Parcourir la source

add the cols section to the modern Home layout

Olivier Massot il y a 3 ans
Parent
commit
e9c91f1cd3
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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">