N°2847 - Fix iTopWebPage's header / footer API layout

This commit is contained in:
Molkobain
2020-11-24 13:29:24 +01:00
parent 7b937016d0
commit ad19a89fc5
2 changed files with 11 additions and 3 deletions

View File

@@ -9,9 +9,7 @@
{{ include('pages/backoffice/extension-blocks/banner.html.twig') }}
{{ render_block(aLayouts.oTopBar, {aPage: aPage}) }}
</div>
{{ include('pages/backoffice/extension-blocks/header.html.twig') }}
{{ render_block(aLayouts.oPageContent, {aPage: aPage}) }}
{{ include('pages/backoffice/extension-blocks/footer.html.twig') }}
{{ render_block(aLayouts.oPageContent, {aPage: aPage, aLayouts: aLayouts}) }}
{# TODO: Remove this when modal development is done #}
<div id="at_the_end">{{ aPage.sDeferredContent|raw }}</div>