aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/page.footer.html
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2018-07-07 19:03:12 +0200
committernodiscc <nodiscc@gmail.com>2018-07-12 22:12:55 +0200
commit738b1873c35e85f137c3a72504c69468669cc01b (patch)
treeb0755e856160f68fa121924d32882c69cc793225 /tpl/vintage/page.footer.html
parent9cc6ea6560660f6616dcd28d71d19625cf372a71 (diff)
downloadShaarli-738b1873c35e85f137c3a72504c69468669cc01b.tar.gz
Shaarli-738b1873c35e85f137c3a72504c69468669cc01b.tar.zst
Shaarli-738b1873c35e85f137c3a72504c69468669cc01b.zip
tpl: default/vintage: pluginsadmin: fix link to documentation
Ref #930
Diffstat (limited to 'tpl/vintage/page.footer.html')
-rw-r--r--tpl/vintage/page.footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/vintage/page.footer.html b/tpl/vintage/page.footer.html
index f409721e..a3380841 100644
--- a/tpl/vintage/page.footer.html
+++ b/tpl/vintage/page.footer.html
@@ -1,7 +1,7 @@
1<div id="footer"> 1<div id="footer">
2 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong> 2 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
3 - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community 3 - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community
4 - <a href="doc/Home.html" rel="nofollow">Help/documentation</a> 4 - <a href="doc/html/index.html" rel="nofollow">Help/documentation</a>
5 {loop="$plugins_footer.text"} 5 {loop="$plugins_footer.text"}
6 {$value} 6 {$value}
7 {/loop} 7 {/loop}