mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
N°2847 - Fix iTopWebPage's header / footer API layout
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user