diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/page.footer.html | 6 | ||||
-rw-r--r-- | tpl/default/page.header.html | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/tpl/default/page.footer.html b/tpl/default/page.footer.html index f7b80b68..77fc65dd 100644 --- a/tpl/default/page.footer.html +++ b/tpl/default/page.footer.html | |||
@@ -3,7 +3,11 @@ | |||
3 | <div class="pure-g"> | 3 | <div class="pure-g"> |
4 | <div class="pure-u-2-24"></div> | 4 | <div class="pure-u-2-24"></div> |
5 | <div id="footer" class="pure-u-20-24"> | 5 | <div id="footer" class="pure-u-20-24"> |
6 | <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong> · | 6 | <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong> |
7 | {if="isLoggedIn()===true"} | ||
8 | {$version} | ||
9 | {/if} | ||
10 | · | ||
7 | The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community · | 11 | The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community · |
8 | <a href="doc/Home.html" rel="nofollow">Documentation</a> | 12 | <a href="doc/Home.html" rel="nofollow">Documentation</a> |
9 | {loop="$plugins_footer.text"} | 13 | {loop="$plugins_footer.text"} |
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 03ca6843..9388ef79 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -48,7 +48,7 @@ | |||
48 | </li> | 48 | </li> |
49 | {/loop} | 49 | {/loop} |
50 | <li class="pure-menu-item pure-u-lg-0"> | 50 | <li class="pure-menu-item pure-u-lg-0"> |
51 | <a href="?do=atom{$searchcrits}" class="pure-menu-link">{'RSS Feed'|t}</a> | 51 | <a href="?do={$feed_type}{$searchcrits}" class="pure-menu-link">{'RSS Feed'|t}</a> |
52 | </li> | 52 | </li> |
53 | {if="isLoggedIn()"} | 53 | {if="isLoggedIn()"} |
54 | <li class="pure-menu-item pure-u-lg-0"> | 54 | <li class="pure-menu-item pure-u-lg-0"> |
@@ -70,7 +70,7 @@ | |||
70 | </a> | 70 | </a> |
71 | </li> | 71 | </li> |
72 | <li class="pure-menu-item"> | 72 | <li class="pure-menu-item"> |
73 | <a href="?do=atom{$searchcrits}" class="pure-menu-link" title="{'RSS Feed'|t}"> | 73 | <a href="?do={$feed_type}{$searchcrits}" class="pure-menu-link" title="{'RSS Feed'|t}"> |
74 | <i class="fa fa-rss"></i> | 74 | <i class="fa fa-rss"></i> |
75 | </a> | 75 | </a> |
76 | </li> | 76 | </li> |