diff options
author | Arthur <arthur@hoa.ro> | 2016-05-14 11:11:11 +0200 |
---|---|---|
committer | Arthur <arthur@hoa.ro> | 2016-05-14 11:11:11 +0200 |
commit | 3fdcc7bd47114776a5a8a280783529ee2dd690a1 (patch) | |
tree | d5b9497bd30333e799d93d2fe8b628a4c7fbc1d9 /tpl | |
parent | 52ccf0d7ee25eb0b6fc405aafcf7211ef07307e1 (diff) | |
parent | 141a86c503af8e314381b3ee39ba4287fdfac63e (diff) | |
download | Shaarli-3fdcc7bd47114776a5a8a280783529ee2dd690a1.tar.gz Shaarli-3fdcc7bd47114776a5a8a280783529ee2dd690a1.tar.zst Shaarli-3fdcc7bd47114776a5a8a280783529ee2dd690a1.zip |
Merge pull request #560 from ArthurHoaro/nb-private-shaare
Private links counter in the header
Diffstat (limited to 'tpl')
-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"> |