summaryrefslogtreecommitdiff
path: root/templates/menu_stats.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menu_stats.tpl')
-rw-r--r--templates/menu_stats.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_stats.tpl b/templates/menu_stats.tpl
index e8429f9..f19971e 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="fa-house" iexplain="Site Stats"}</a></li>
+ <li><a class="item" href="{$smarty.const.STATS_PKG_URL}index.php">{biticon ipackage="icons" iname="user-home" 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="fa-user" iexplain="User Stats"}</a></li>
+ <li><a class="item" href="{$smarty.const.STATS_PKG_URL}users.php">{biticon ipackage="icons" iname="user-desktop" iexplain="User Stats"}</a></li>
{/if}
{/if}
{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>
+ <li><a class="item" href="{$smarty.const.STATS_PKG_URL}referrers.php">{biticon ipackage="icons" iname="dialog-information" iexplain="Referer Stats"}</a></li>
{/if}
</ul>
{/strip}