From a4e1b4945a7becca5c0cea66edde286cb4080e41 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 11 Jul 2013 01:37:41 +0100 Subject: Non-translatable string plus feature enabled check --- boot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 8e6852f7a..94affb786 100755 --- a/boot.php +++ b/boot.php @@ -2058,13 +2058,14 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ 'title' => t('Events and Calendar'), 'id' => 'events-tab', ); + if(feature_enabled(local_user(),'webpages')){ $tabs[] = array( 'label' => t('Wepages'), 'url' => $a->get_baseurl() . '/webpages/' . $nickname, 'sel' => ((argv(0) == 'webpages') ? 'active' : ''), 'title' => t('Manage Webpages'), 'id' => 'webpages-tab', - ); + );} } else { // FIXME -- cgit v1.2.3