소스 검색

Fix include footer.js.tpl

José Loguercio 8 년 전
부모
커밋
8e80f98d31
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      main/template/default/layout/show_footer.tpl

+ 2 - 1
main/template/default/layout/show_footer.tpl

@@ -2,8 +2,9 @@
     </div>
     </section>
     {% include template ~ "/layout/page_footer.tpl" %}
+{% else %}
+    {% include template ~ '/layout/footer.js.tpl' %}
 {% endif %}
     </div>
-    {% include template ~ '/layout/footer.js.tpl' %}
 </body>
 </html>