summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-13 08:51:51 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-13 08:51:51 +0000
commitb040b3ea55444e9a098d3b3b132315645745ce23 (patch)
treef55a1e9370991ab4f74b22fce6fb98d0c13f92da /templates
parent19d8fa23c79cf494df02ca2f334a0ec54a6da0fd (diff)
downloadrss-b040b3ea55444e9a098d3b3b132315645745ce23.tar.gz
rss-b040b3ea55444e9a098d3b3b132315645745ce23.tar.bz2
rss-b040b3ea55444e9a098d3b3b132315645745ce23.zip
add icon
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 21b7af8..5698797 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}" >{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="RSS Feeds" iforce=icon} {tr}Syndication{/tr}</a></li>
</ul>
{/strip}