summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-01 17:39:00 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-01 17:39:00 +0000
commit0582ebf1715bc78ae2cdeb8fcc0b2ad6364e35da (patch)
tree1c42af1c5dd727c7af1e14b8377293820954e0d8 /templates
parentd3cb1d690609610194eaf0efc2b96ed7f55cc72a (diff)
downloadrss-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.tpl2
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}