Browse Source

update tpl fix - refs BT#14992

Alex Aragón 6 years ago
parent
commit
edc8f495a6
1 changed files with 3 additions and 3 deletions
  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 -->