Updated for the changes in KnpMenu
@@ -24,7 +24,7 @@ file that was distributed with this source code.
</div>
{% endblock %}
-{% block side_menu %}{% if action is defined %}{{ admin.sidemenu(action)|knp_menu_render('list') }}{% endif %}{% endblock %}
+{% block side_menu %}{% if action is defined %}{{ knp_menu_render(admin.sidemenu(action), {}, 'list') }}{% endif %}{% endblock %}
{% block content %}
@@ -27,7 +27,7 @@ file that was distributed with this source code.
-{% block side_menu %}{{ admin.sidemenu(action)|knp_menu_render('list') }}{% endblock %}
+{% block side_menu %}{{ knp_menu_render(admin.sidemenu(action), {}, 'list') }}{% endblock %}
{% block form %}
@@ -21,7 +21,7 @@ file that was distributed with this source code.
{% block list_table %}
{% set batchactions = admin.batchactions %}
@@ -25,7 +25,7 @@ file that was distributed with this source code.
{% block show %}
<div class="sonata-ba-view">
<div class="sonata-ba-delete">