diff options
| -rw-r--r-- | templates/menu_feed.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_feed.tpl b/templates/menu_feed.tpl index 0e782f7..e039388 100644 --- a/templates/menu_feed.tpl +++ b/templates/menu_feed.tpl @@ -1,7 +1,7 @@ {strip} <ul> {if $gBitUser->hasPermission( 'p_feed_master' )} - <li><a class="item" href="{$smarty.const.FEED_PKG_URL}index.php">{biticon ipackage="feed" ipath="pixelmixerbasic" iname="bubble_16" iexplain="`$smarty.const.FEED_PKG_NAME` Activity" ilocation=menu}{tr}Recent Activity{/tr}</a></li> + <li><a class="item" href="{$smarty.const.FEED_PKG_URL}index.php">{booticon iname="icon-comment" iexplain="`$smarty.const.FEED_PKG_NAME` Activity" ilocation=menu}{tr}Recent Activity{/tr}</a></li> {/if} </ul> {/strip} |
