diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-01 17:39:00 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-01 17:39:00 +0000 |
| commit | 0582ebf1715bc78ae2cdeb8fcc0b2ad6364e35da (patch) | |
| tree | 1c42af1c5dd727c7af1e14b8377293820954e0d8 /templates | |
| parent | d3cb1d690609610194eaf0efc2b96ed7f55cc72a (diff) | |
| download | rss-0582ebf1715bc78ae2cdeb8fcc0b2ad6364e35da.tar.gz rss-0582ebf1715bc78ae2cdeb8fcc0b2ad6364e35da.tar.bz2 rss-0582ebf1715bc78ae2cdeb8fcc0b2ad6364e35da.zip | |
standardise all menus by using new ilocation=menu and add missing icons
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_rss.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_rss.tpl b/templates/menu_rss.tpl index 5698797..0b9c443 100644 --- a/templates/menu_rss.tpl +++ b/templates/menu_rss.tpl @@ -1,5 +1,5 @@ {strip} <ul> - <li><a class="item" href="{$smarty.const.RSS_PKG_URL}index.php" title="{tr}Syndication{/tr}" >{biticon iname="rss-16x16" ipackage=rss iexplain="RSS Feeds" iforce=icon} {tr}Syndication{/tr}</a></li> + <li><a class="item" href="{$smarty.const.RSS_PKG_URL}index.php" title="{tr}Syndication{/tr}" >{biticon iname="rss-16x16" ipackage=rss iexplain="Syndication" ilocation=menu}</a></li> </ul> {/strip} |
