]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/page.footer.html
Apply the new timezone template variables to the vintage theme
[github/shaarli/Shaarli.git] / tpl / vintage / page.footer.html
index 006d1d683b465d303ae56c4332d659bedab0533b..4ce0803a064dcbf3a78efed3043566b7986cf1ca 100644 (file)
@@ -26,6 +26,7 @@
 <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
 {/if}
 
+<script src="js/shaarli.js"></script>
 {loop="$plugins_footer.js_files"}
        <script src="{$value}#"></script>
 {/loop}