mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
N°3123 - Refactor Directories
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{% extends 'base/layouts/page-content/layout.html.twig' %}
|
||||
|
||||
{% block iboPageCenterContainerExtraClasses %}{{ parent() }} ibo-center-container--with-side-content{% endblock %}
|
||||
|
||||
{% block iboPageCenterContainer %}
|
||||
{{ parent() }}
|
||||
<aside id="ibo-side-content">
|
||||
{% block iboPageSideContent %}
|
||||
{% for oSubBlock in oUIBlock.GetSideBlocks() %}
|
||||
{{ render_block(oSubBlock, {aPage: aPage}) }}
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
</aside>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user