diff options
Diffstat (limited to 'templates/menu_stats.tpl')
| -rw-r--r-- | templates/menu_stats.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_stats.tpl b/templates/menu_stats.tpl index 230ccdb..e8429f9 100644 --- a/templates/menu_stats.tpl +++ b/templates/menu_stats.tpl @@ -7,7 +7,7 @@ <li><a class="item" href="{$smarty.const.STATS_PKG_URL}users.php">{booticon iname="fa-user" iexplain="User Stats"}</a></li> {/if} {/if} - {if $gBitSystem->isFeatureActive( 'stats_referers' ) and $gBitUser->hasPermission( 'p_stats_view_referer' )} + {if $gBitSystem->isFeatureActive( 'stats_referers' ) && $gBitUser->hasPermission( 'p_stats_view_referer' )} <li><a class="item" href="{$smarty.const.STATS_PKG_URL}referrers.php">{booticon iname="fa-bullhorn" iexplain="Referer Stats"}</a></li> {/if} </ul> |
