Browse Source

Fix include footer.js.tpl

José Loguercio 8 năm trước cách đây
mục cha
commit
8e80f98d31
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>