don't offer a settings/features link for techlevel 0 (basic or pro:0) even if there are level 0 features/categories. The definition of level 0 is "don't confuse me with options".
This commit is contained in:
parent
8fd8ddcbc1
commit
73bd65ead5
@ -602,7 +602,7 @@ function widget_settings_menu($arr) {
|
||||
|
||||
);
|
||||
|
||||
if(get_features()) {
|
||||
if(get_account_techlevel() > 0 && get_features()) {
|
||||
$tabs[] = array(
|
||||
'label' => t('Additional features'),
|
||||
'url' => z_root().'/settings/features',
|
||||
|
Reference in New Issue
Block a user