blob: a83c7eb209f7619839cc9d99f132e3ab9b0e7569 (
plain)
1
2
3
4
5
6
7
|
{strip}
<ul>
{if $gBitUser->hasPermission( 'p_feed_master' )}
<li><a class="item" href="{$smarty.const.FEED_PKG_URL}index.php">{biticon ipath="pixelmixerbasic" iname="bubble_16" iexplain="`$smarty.const.FEED_PKG_NAME` Activity" ilocation=menu}</a></li>
{/if}
</ul>
{/strip}
|