diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-06 22:56:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-06 22:56:40 +0000 |
| commit | 976ebed68e9fcbcd4d1adbc502805ae26539b83e (patch) | |
| tree | 8d73f3eebdceef11ed26a12836a56d6ed13890ba /templates/view_blog.tpl | |
| parent | 92b3420fafc4c2308f1338c784e7ba680f3ede75 (diff) | |
| download | blogs-976ebed68e9fcbcd4d1adbc502805ae26539b83e.tar.gz blogs-976ebed68e9fcbcd4d1adbc502805ae26539b83e.tar.bz2 blogs-976ebed68e9fcbcd4d1adbc502805ae26539b83e.zip | |
further paermission renaming and cleanup
Diffstat (limited to 'templates/view_blog.tpl')
| -rw-r--r-- | templates/view_blog.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/view_blog.tpl b/templates/view_blog.tpl index 53b49ae..942cc4e 100644 --- a/templates/view_blog.tpl +++ b/templates/view_blog.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/view_blog.tpl,v 1.6 2006/01/28 09:13:37 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/view_blog.tpl,v 1.7 2006/02/06 22:56:40 squareing Exp $ *} {strip} <div class="display blogs"> <div class="floaticon"> @@ -16,7 +16,7 @@ <a title="{tr}Edit blog{/tr}" href="{$smarty.const.BLOGS_PKG_URL}edit.php?blog_id={$blog_id}">{biticon ipackage=liberty iname="config" iexplain="edit"}</a> {/if} - {if $gBitUser->isRegistered() and $gBitSystem->isFeatureActive( 'feature_user_watches' )} + {if $gBitUser->isRegistered() and $gBitSystem->isFeatureActive( 'user_watches' )} {if $user_watching_blog eq 'n'} <a title="{tr}monitor this blog{/tr}" href="{$smarty.const.BLOGS_PKG_URL}view.php?blog_id={$blog_id}&watch_event=blog_post&watch_object={$blog_id}&watch_action=add">{biticon ipackage="users" iname="watch" iexplain="monitor this blog"}</a> {else} |
