From 141a86c503af8e314381b3ee39ba4287fdfac63e Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 11 May 2016 00:05:22 +0200 Subject: Add private link counter --- tpl/page.header.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tpl') 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 @@
- {if="!empty($linkcount)"}{$linkcount} links{/if} + {if="!empty($linkcount)"}{$linkcount} links{/if}
+ {if="!empty($privateLinkcount)"}{$privateLinkcount} private links{/if}