From 863a165942a65bb2c2cd553ab81ec3a577b5e596 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Mon, 4 Sep 2017 12:06:56 +0200 Subject: [PATCH] Fix not advanced settings button. --- main/template/default/layout/show_footer.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/template/default/layout/show_footer.tpl b/main/template/default/layout/show_footer.tpl index 094d6da5a8..79a44f78c8 100755 --- a/main/template/default/layout/show_footer.tpl +++ b/main/template/default/layout/show_footer.tpl @@ -3,8 +3,8 @@ {% include template ~ "/layout/page_footer.tpl" %} {% else %} - {% include template ~ '/layout/footer.js.tpl' %} {% endif %} +{% include template ~ '/layout/footer.js.tpl' %} \ No newline at end of file