]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/page.footer.html
Explicitly define base and asset path in templates
[github/shaarli/Shaarli.git] / tpl / vintage / page.footer.html
index f409721e7271ecdd5be90181623276332513e80d..6d9021e3678c25cfa09d6b5a897db07ba929b448 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}
@@ -23,7 +23,7 @@
 </div>
 {/if}
 
-<script src="js/shaarli.min.js"></script>
+<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>