File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
< div class ="linkcount pure-u-0 pure-u-lg-visible ">
10
10
{if="!empty($linkcount)"}
11
11
< span class ="strong "> {$linkcount}</ span > {function="t('shaare', 'shaares', $linkcount)"}
12
- {if="$privateLinkcount> 0"}
12
+ {if="$is_logged_in && $ privateLinkcount> 0"}
13
13
< br > < span class ="strong "> {$privateLinkcount}</ span > {function="t('private link', 'private links', $privateLinkcount)"}
14
14
{/if}
15
15
{/if}
58
58
< div class ="linkcount pure-u-lg-0 center ">
59
59
{if="!empty($linkcount)"}
60
60
< span class ="strong "> {$linkcount}</ span > {function="t('shaare', 'shaares', $linkcount)"}
61
- {if="$privateLinkcount> 0"}
61
+ {if="$is_logged_in && $ privateLinkcount> 0"}
62
62
· < span class ="strong "> {$privateLinkcount}</ span > {function="t('private link', 'private links', $privateLinkcount)"}
63
63
{/if}
64
64
{/if}
Original file line number Diff line number Diff line change 3
3
4
4
< div id ="linkcount " class ="nomobile ">
5
5
{if="!empty($linkcount)"}{$linkcount} links{/if}< br >
6
- {if="!empty($privateLinkcount)"}{$privateLinkcount} private links{/if}
6
+ {if="$is_logged_in && !empty($privateLinkcount)"}{$privateLinkcount} private links{/if}
7
7
</ div >
8
8
9
9
< div id ="menu ">
You can’t perform that action at this time.
0 commit comments