Browse Source

add the cols section to the modern Home layout

Olivier Massot 3 năm trước cách đây
mục cha
commit
e9c91f1cd3
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      ot_templating/Resources/Private/Layouts/Modern/Home.html

+ 6 - 0
ot_templating/Resources/Private/Layouts/Modern/Home.html

@@ -15,6 +15,12 @@
                         <f:comment><!-- render the content --></f:comment>
                         <f:render section="Content" />
 
+                        <f:comment><!-- render the content of the leftcol section (left column) --></f:comment>
+                        <f:render section="Leftcol" />
+
+                        <f:comment><!-- render the content of the rightcol section (right column) --></f:comment>
+                        <f:render section="Rightcol" />
+
                         <f:comment><!-- Render the next events section defined in partial/NextEvents.html--></f:comment>
                         <f:render partial="Modern/NextEvents" arguments="{settings: settings}"/>
                         <f:if condition="{settings.organizationIsNetwork}==0">