Merge pull request from ArthurHoaro/nb-private-shaare

Private links counter in the header
This commit is contained in:
Arthur 2016-05-14 11:11:11 +02:00
commit 3fdcc7bd47
5 changed files with 177 additions and 138 deletions

View file

@ -2,7 +2,8 @@
<div id="logo" title="Share your links !" onclick="document.location='?';"></div>
<div id="linkcount" class="nomobile">
{if="!empty($linkcount)"}{$linkcount} links{/if}
{if="!empty($linkcount)"}{$linkcount} links{/if}<br>
{if="!empty($privateLinkcount)"}{$privateLinkcount} private links{/if}
</div>
<div id="menu">