Jelajahi Sumber

update tpl fix - refs BT#14992

Alex Aragón 6 tahun lalu
induk
melakukan
edc8f495a6
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  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 -->