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:
redmatrix 2016-09-20 06:05:20 -07:00
parent 8fd8ddcbc1
commit 73bd65ead5

View File

@ -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',