]> 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 4ce0803a064dcbf3a78efed3043566b7986cf1ca..be709aeb1b18d85066529f6258718a8e7088109f 100644 (file)
@@ -1,7 +1,7 @@
 <div id="footer">
   <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
   - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community
-  - <a href="doc/Home.html" rel="nofollow">Help/documentation</a>
+  - <a href="doc/html/index.html" rel="nofollow">Help/documentation</a>
     {loop="$plugins_footer.text"}
         {$value}
     {/loop}
   Error: {$versionError}
 </div>
 {/if}
-{if="isLoggedIn()"}
+
+{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}
 
-<script src="js/shaarli.js"></script>
 {loop="$plugins_footer.js_files"}
-       <script src="{$value}#"></script>
+       <script src="{$base_path}/{$value}#"></script>
 {/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>