summaryrefslogtreecommitdiff
path: root/templates/view_blog.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:39:10 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:39:10 -0400
commit68a2f8e6f0d72feb8200324017ae1a5eadf379af (patch)
tree5c44fac2ecbb2539538f6224750513229a6f2165 /templates/view_blog.tpl
parent76ade5d100d48e0b856663255eca0dcd192c0b1e (diff)
downloadblogs-68a2f8e6f0d72feb8200324017ae1a5eadf379af.tar.gz
blogs-68a2f8e6f0d72feb8200324017ae1a5eadf379af.tar.bz2
blogs-68a2f8e6f0d72feb8200324017ae1a5eadf379af.zip
convert lots of biticon to booticon
Diffstat (limited to 'templates/view_blog.tpl')
-rw-r--r--templates/view_blog.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_blog.tpl b/templates/view_blog.tpl
index 42bbfe5..1ce9526 100644
--- a/templates/view_blog.tpl
+++ b/templates/view_blog.tpl
@@ -18,7 +18,7 @@
{if $gBitUser->isRegistered() and $gBitSystem->isFeatureActive( 'users_watches' )}
{if $user_watching_blog eq 'n'}
- <a title="{tr}monitor this blog{/tr}" href="{$smarty.const.BLOGS_PKG_URL}view.php?blog_id={$gContent->mBlogId}&amp;watch_event=blog_post&amp;watch_object={$gContent->mBlogId}&amp;watch_action=add">{biticon ipackage="icons" iname="weather-clear" iexplain="monitor this blog"}</a>
+ <a title="{tr}monitor this blog{/tr}" href="{$smarty.const.BLOGS_PKG_URL}view.php?blog_id={$gContent->mBlogId}&amp;watch_event=blog_post&amp;watch_object={$gContent->mBlogId}&amp;watch_action=add">{booticon iname="icon-asterisk" ipackage="icons" iexplain="monitor this blog"}</a>
{else}
<a title="{tr}stop monitoring this blog{/tr}" href="{$smarty.const.BLOGS_PKG_URL}view.php?blog_id={$gContent->mBlogId}&amp;watch_event=blog_post&amp;watch_object={$gContent->mBlogId}&amp;watch_action=remove">{biticon ipackage="icons" iname="weather-clear-night" iexplain="stop monitoring this blog"}</a>
{/if}