From 347f0745bc98928609ca584659da7e16eb0ed0b5 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Wed, 14 Jun 2017 00:10:11 -0500 Subject: [PATCH] Columns ordering for two-column layout --- main/template/default/layout/layout_2_col.tpl | 74 ++++++++++--------- 1 file changed, 39 insertions(+), 35 deletions(-) diff --git a/main/template/default/layout/layout_2_col.tpl b/main/template/default/layout/layout_2_col.tpl index 7e1cf9e812..9a41cda4e5 100755 --- a/main/template/default/layout/layout_2_col.tpl +++ b/main/template/default/layout/layout_2_col.tpl @@ -1,45 +1,15 @@ {% extends template ~ "/layout/page.tpl" %} {% block body %} -
{% if plugin_main_top %} +
{{ plugin_main_top }}
- {% endif %} -
-
-
+ {% endif %} +
+
{% if plugin_content_top %} @@ -95,10 +65,44 @@ {% endif %}
+
+ +
+
{% if plugin_main_bottom %} +
{{ plugin_main_bottom }}
+
{% endif %} -
{% endblock %}