summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 18:09:57 -0400
committerspiderr <spider@viovio.com>2013-04-02 18:09:57 -0400
commit3fb45bad804678667508203fb3f5968330d7033f (patch)
tree1f2999f0baa0c03d3848808106b240669022cc34 /templates
parent778961ef7875176cc80eb757cf2169a8236ef182 (diff)
downloadrss-3fb45bad804678667508203fb3f5968330d7033f.tar.gz
rss-3fb45bad804678667508203fb3f5968330d7033f.tar.bz2
rss-3fb45bad804678667508203fb3f5968330d7033f.zip
convert biticon to booticon
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 0b9c443..96df77c 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="Syndication" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.RSS_PKG_URL}index.php" title="{tr}Syndication{/tr}" >{booticon iname="icon-rss" iexplain="Syndication" ilocation=menu}</a></li>
</ul>
{/strip}