diff options
Diffstat (limited to 'templates/usermenu.tpl')
| -rw-r--r-- | templates/usermenu.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/usermenu.tpl b/templates/usermenu.tpl index da86330..29acd44 100644 --- a/templates/usermenu.tpl +++ b/templates/usermenu.tpl @@ -2,7 +2,7 @@ <a class="pagetitle" href="{$gBitLoc.USERS_PKG_URL}menu.php">{tr}User Menu{/tr}</a><br /><br /> {include file="bitpackage:users/my_bitweaver_bar.tpl"} <br /> -{if $gBitSystemPrefs.feature_user_bookmarks eq 'y' and $gBitUser->hasPermission( 'bit_p_create_bookmarks' )} +{if $gBitSystem->isFeatureActive( 'feature_user_bookmarks' ) and $gBitUser->hasPermission( 'bit_p_create_bookmarks' )} <a title="({tr}May need to refresh twice to see changes{/tr})" href="{$gBitLoc.USERS_PKG_URL}menu.php?addbk=1">{tr}Add top level bookmarks to menu{/tr}</a> {/if} <br /><br /> |
