diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:39:10 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:39:10 -0400 |
| commit | 68a2f8e6f0d72feb8200324017ae1a5eadf379af (patch) | |
| tree | 5c44fac2ecbb2539538f6224750513229a6f2165 /templates/view_blog.tpl | |
| parent | 76ade5d100d48e0b856663255eca0dcd192c0b1e (diff) | |
| download | blogs-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.tpl | 2 |
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}&watch_event=blog_post&watch_object={$gContent->mBlogId}&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}&watch_event=blog_post&watch_object={$gContent->mBlogId}&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}&watch_event=blog_post&watch_object={$gContent->mBlogId}&watch_action=remove">{biticon ipackage="icons" iname="weather-clear-night" iexplain="stop monitoring this blog"}</a> {/if} |
