Merge pull request #560 from ArthurHoaro/nb-private-shaare
Private links counter in the header
This commit is contained in:
commit
3fdcc7bd47
5 changed files with 177 additions and 138 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue