Sfoglia il codice sorgente

fix show_footer and show_header tpl BT#11338

Alex Aragon 8 anni fa
parent
commit
f8efecee00

+ 1 - 6
main/template/default/layout/layout_1_col.tpl

@@ -1,16 +1,13 @@
 {% extends template ~ "/layout/page.tpl" %}
 
 {% block body %}
-    {# Plugin main top #}
     {% if plugin_main_top %}
         <div id="plugin_main_top" class="col-md-12">
             {{ plugin_main_top }}
         </div>
     {% endif %}
-
-    {#  Plugin top  #}
     {% if plugin_content_top %}
-        <div id="plugin_content_top" class="col-md-12 movil">
+        <div id="plugin_content_top" class="col-md-12">
             {{ plugin_content_top }}
         </div>
     {% endif %}
@@ -27,14 +24,12 @@
         &nbsp;
     </div>
 
-    {#  Plugin bottom  #}
     {% if plugin_content_bottom %}
         <div id="plugin_content_bottom" class="col-md-12">
             {{ plugin_content_bottom }}
         </div>
     {% endif %}
 
-    {# Plugin main bottom #}
     {% if plugin_main_bottom %}
         <div id="plugin_main_bottom" class="col-md-12">
             {{ plugin_main_bottom }}

+ 1 - 1
main/template/default/layout/layout_2_col.tpl

@@ -52,7 +52,7 @@
 	{{ sniff_notification }}
         
         {% block page_body %}
-        {% include template ~ "/layout/page_body.tpl" %}
+            {% include template ~ "/layout/page_body.tpl" %}
         {% endblock %}
         
         {% if welcome_to_course_block %}

+ 0 - 1
main/template/default/layout/page_body.tpl

@@ -1,4 +1,3 @@
-
 {% if actions != '' %}
     <div class="actions">
         {{ actions }}

+ 1 - 1
main/template/default/layout/show_header.tpl

@@ -35,4 +35,4 @@
 {% include template ~ "/layout/page-header.tpl" %}
 <section id="content-section">
     <div class="container">
-
+