Ver Fonte

update tpl fix - refs BT#14992

Alex Aragón há 6 anos atrás
pai
commit
edc8f495a6
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      main/template/default/layout/show_footer.tpl

+ 3 - 3
main/template/default/layout/show_footer.tpl

@@ -2,13 +2,13 @@
     </section>
     <!-- END CONTENT -->
 
+    {% if show_footer == true %}
     <!-- START FOOTER -->
     <footer class="footer">
-        {% if show_footer == true %}
-            {% include 'layout/page_footer.tpl'|get_template %}
-        {% endif %}
+        {% include 'layout/page_footer.tpl'|get_template %}
     </footer>
     <!-- END FOOTER -->
+    {% endif %}
 
     </main>
     <!-- END MAIN -->