mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-11 20:14:14 +01:00
10 lines
388 B
Twig
10 lines
388 B
Twig
{# @copyright Copyright (C) 2010-2021 Combodo SARL #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
{% apply spaceless %}
|
|
<div id="ibo-page-header" data-role="ibo-page-header">
|
|
{% if aLayouts.sHeader is not empty %}
|
|
{{ aLayouts.sHeader|raw }}
|
|
{% endif %}
|
|
{{ render_block(aLayouts.oHeader, {aPage: aPage}) }}
|
|
</div>
|
|
{% endapply %} |