Quellcode durchsuchen

Fix include footer.js.tpl

José Loguercio vor 8 Jahren
Ursprung
Commit
8e80f98d31
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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>