Fixing minor issue with widget api and removing homepage menu

This commit is contained in:
2016-09-23 12:30:58 +02:00
parent a3e7c60e01
commit 010c7652a6
6 changed files with 18 additions and 44 deletions

View File

@@ -139,13 +139,7 @@
</div>
<div class="homepage_widget">
{{ chill_delegated_block('homepage', {} ) }}
</div>
<div style="padding-top:2em; padding-bottom:2em;">
{{ chill_menu('homepage', {
'layout': 'ChillMainBundle::Menu/homepage.html.twig',
}) }}
{{ chill_widget('homepage', {} ) }}
</div>
{% endblock %}
</div>