]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/page.footer.html
Tags separator: vintage theme compatibility
[github/shaarli/Shaarli.git] / tpl / vintage / page.footer.html
index 0fe4c7368f10ac071b76565fd2a2cdcc1ddb822c..be709aeb1b18d85066529f6258718a8e7088109f 100644 (file)
@@ -23,8 +23,6 @@
 </div>
 {/if}
 
-<script src="{$asset_path}/js/shaarli.min.js#"></script>
-
 {if="$is_logged_in"}
 <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
 {/if}
@@ -34,3 +32,7 @@
 {/loop}
 
 <input type="hidden" name="js_base_path" value="{$base_path}" />
+<input type="hidden" name="token" value="{$token}" id="token" />
+<input type="hidden" name="tags_separator" value="{$tags_separator}" id="tags_separator" />
+
+<script src="{$asset_path}/js/shaarli.min.js#"></script>