diff options
Diffstat (limited to 'templates/menu_stats.tpl')
| -rw-r--r-- | templates/menu_stats.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_stats.tpl b/templates/menu_stats.tpl index cf7d6d3..230ccdb 100644 --- a/templates/menu_stats.tpl +++ b/templates/menu_stats.tpl @@ -2,13 +2,13 @@ {if $packageMenuTitle}<a class="dropdown-toggle" data-toggle="dropdown" href="#"> {tr}{$packageMenuTitle}{/tr} <b class="caret"></b></a>{/if} <ul class="dropdown-menu"> {if $gBitUser->hasPermission( 'p_stats_view' )} - <li><a class="item" href="{$smarty.const.STATS_PKG_URL}index.php">{booticon iname="icon-home" iexplain="Site Stats" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.STATS_PKG_URL}index.php">{booticon iname="fa-house" iexplain="Site Stats"}</a></li> {if $gBitSystem->mDb->mType eq 'postgres'} - <li><a class="item" href="{$smarty.const.STATS_PKG_URL}users.php">{booticon iname="icon-user" iexplain="User Stats" ilocation=menu}</a></li> + <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' )} - <li><a class="item" href="{$smarty.const.STATS_PKG_URL}referrers.php">{booticon iname="icon-bullhorn" iexplain="Referer Stats" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.STATS_PKG_URL}referrers.php">{booticon iname="fa-bullhorn" iexplain="Referer Stats"}</a></li> {/if} </ul> {/strip} |
