diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-05-11 00:05:22 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-05-13 08:48:23 +0200 |
commit | 141a86c503af8e314381b3ee39ba4287fdfac63e (patch) | |
tree | 86cb3f8d8998bb924216cdee1101fb8ea5bd96e4 /tpl/page.header.html | |
parent | 03eb19ac60d54442332077fa35a9b0d4e33df365 (diff) | |
download | Shaarli-141a86c503af8e314381b3ee39ba4287fdfac63e.tar.gz Shaarli-141a86c503af8e314381b3ee39ba4287fdfac63e.tar.zst Shaarli-141a86c503af8e314381b3ee39ba4287fdfac63e.zip |
Add private link counter
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r-- | tpl/page.header.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html index 52429f23..3a09ecd9 100644 --- a/tpl/page.header.html +++ b/tpl/page.header.html | |||
@@ -2,7 +2,8 @@ | |||
2 | <div id="logo" title="Share your links !" onclick="document.location='?';"></div> | 2 | <div id="logo" title="Share your links !" onclick="document.location='?';"></div> |
3 | 3 | ||
4 | <div id="linkcount" class="nomobile"> | 4 | <div id="linkcount" class="nomobile"> |
5 | {if="!empty($linkcount)"}{$linkcount} links{/if} | 5 | {if="!empty($linkcount)"}{$linkcount} links{/if}<br> |
6 | {if="!empty($privateLinkcount)"}{$privateLinkcount} private links{/if} | ||
6 | </div> | 7 | </div> |
7 | 8 | ||
8 | <div id="menu"> | 9 | <div id="menu"> |