aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/page.footer.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-01-14 15:51:30 +0100
committerArthurHoaro <arthur@hoa.ro>2017-02-27 20:01:54 +0100
commit009ce9358168cc06c76fc2f4162829e552e633a3 (patch)
tree43b251326a24c6600acead1c406f7c18f291be8e /tpl/default/page.footer.html
parent9e5a37cc7f4eb1c83222a94eb83d4e99ce4460a4 (diff)
downloadShaarli-009ce9358168cc06c76fc2f4162829e552e633a3.tar.gz
Shaarli-009ce9358168cc06c76fc2f4162829e552e633a3.tar.zst
Shaarli-009ce9358168cc06c76fc2f4162829e552e633a3.zip
Move default template to vintage folder
Diffstat (limited to 'tpl/default/page.footer.html')
-rw-r--r--tpl/default/page.footer.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/tpl/default/page.footer.html b/tpl/default/page.footer.html
deleted file mode 100644
index 006d1d68..00000000
--- a/tpl/default/page.footer.html
+++ /dev/null
@@ -1,31 +0,0 @@
1<div id="footer">
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
4 - <a href="doc/Home.html" rel="nofollow">Help/documentation</a>
5 {loop="$plugins_footer.text"}
6 {$value}
7 {/loop}
8</div>
9
10{loop="$plugins_footer.endofpage"}
11 {$value}
12{/loop}
13
14{if="$newVersion"}
15<div id="newversion">
16 <span id="version_id">&#x25CF;</span> Shaarli {$newVersion} is
17 <a href="https://github.com/shaarli/Shaarli/releases">available</a>.
18</div>
19{/if}
20{if="$versionError"}
21<div id="newversion">
22 Error: {$versionError}
23</div>
24{/if}
25{if="isLoggedIn()"}
26<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
27{/if}
28
29{loop="$plugins_footer.js_files"}
30 <script src="{$value}#"></script>
31{/loop}