diff options
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} |
