소스 검색

update tpl fix - refs BT#14992

Alex Aragón 6 년 전
부모
커밋
edc8f495a6
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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 -->