|
@@ -85,6 +85,7 @@ file that was distributed with this source code.
|
|
{% endblock %}
|
|
{% endblock %}
|
|
{% if app.user %}
|
|
{% if app.user %}
|
|
<ul class="nav">
|
|
<ul class="nav">
|
|
|
|
+ {% block top_bar_before_nav %} {% endblock %}
|
|
{% for group in admin_pool.dashboardgroups %}
|
|
{% for group in admin_pool.dashboardgroups %}
|
|
<li class="dropdown">
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle">{{ group.label|trans({}, 'SonataAdminBundle') }}</a>
|
|
<a href="#" class="dropdown-toggle">{{ group.label|trans({}, 'SonataAdminBundle') }}</a>
|
|
@@ -97,7 +98,7 @@ file that was distributed with this source code.
|
|
</ul>
|
|
</ul>
|
|
</li>
|
|
</li>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
- {% block after_nav %} {% endblock %}
|
|
|
|
|
|
+ {% block top_bar_after_nav %} {% endblock %}
|
|
</ul>
|
|
</ul>
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|