aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/page.footer.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-04-03 19:23:30 +0200
committerArthurHoaro <arthur@hoa.ro>2017-04-04 18:44:24 +0200
commit49bc541d7973bd86776441eb072e66d01b368e68 (patch)
tree5b126e82881ff7d88291bac32b96e0bc3e3340ec /tpl/vintage/page.footer.html
parenta07373135e08d182314847bb7dfc5a0246610d06 (diff)
downloadShaarli-49bc541d7973bd86776441eb072e66d01b368e68.tar.gz
Shaarli-49bc541d7973bd86776441eb072e66d01b368e68.tar.zst
Shaarli-49bc541d7973bd86776441eb072e66d01b368e68.zip
Apply the new timezone template variables to the vintage theme
Diffstat (limited to 'tpl/vintage/page.footer.html')
-rw-r--r--tpl/vintage/page.footer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/vintage/page.footer.html b/tpl/vintage/page.footer.html
index 006d1d68..4ce0803a 100644
--- a/tpl/vintage/page.footer.html
+++ b/tpl/vintage/page.footer.html
@@ -26,6 +26,7 @@
26<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> 26<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
27{/if} 27{/if}
28 28
29<script src="js/shaarli.js"></script>
29{loop="$plugins_footer.js_files"} 30{loop="$plugins_footer.js_files"}
30 <script src="{$value}#"></script> 31 <script src="{$value}#"></script>
31{/loop} 32{/loop}