summaryrefslogtreecommitdiff
path: root/templates/menu_blogs.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menu_blogs.tpl')
-rwxr-xr-xtemplates/menu_blogs.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_blogs.tpl b/templates/menu_blogs.tpl
index 38bef3c..69c2548 100755
--- a/templates/menu_blogs.tpl
+++ b/templates/menu_blogs.tpl
@@ -14,7 +14,7 @@
{if $gBitUser->hasPermission( 'p_blogs_post' )}
<li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}post.php">{booticon iname="icon-file" iexplain="Write Blog Post" ilocation=menu}</a></li>
{/if}
- {if $gBitSystem->isFeatureActive( 'blog_rankings' ) and $gBitUser->hasPermission( 'p_blogs_view' )}
+ {if $gBitSystem->isFeatureActive( 'blog_rankings' ) && $gBitUser->hasPermission( 'p_blogs_view' )}
<li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}rankings.php">{booticon iname="icon-sort" iexplain="Blog Post Rankings" ilocation=menu}</a></li>
{/if}
</ul>