diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 18:08:57 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 18:08:57 -0400 |
| commit | 9d9b9787f194607b9310203c850fa90b4bbc91ef (patch) | |
| tree | ab2c7cd5c11ff65193ad0219b200ff82b7b22999 | |
| parent | 58d5c8e7ec1974a6d3271857274e806412744a96 (diff) | |
| download | feed-9d9b9787f194607b9310203c850fa90b4bbc91ef.tar.gz feed-9d9b9787f194607b9310203c850fa90b4bbc91ef.tar.bz2 feed-9d9b9787f194607b9310203c850fa90b4bbc91ef.zip | |
convert biticon to booticon
| -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} |
