deprecate addon settings

This commit is contained in:
Mario 2019-02-15 12:35:19 +01:00
parent 3217452b02
commit 4769254978

View File

@ -42,19 +42,12 @@ class Settings_menu {
); );
$tabs[] = array( $tabs[] = array(
'label' => t('Display settings'), 'label' => t('Display settings'),
'url' => z_root().'/settings/display', 'url' => z_root().'/settings/display',
'selected' => ((argv(1) === 'display') ? 'active' : ''), 'selected' => ((argv(1) === 'display') ? 'active' : ''),
); );
$tabs[] = array(
'label' => t('Addon settings'),
'url' => z_root().'/settings/featured',
'selected' => ((argv(1) === 'featured') ? 'active' : ''),
);
if($hublocs) { if($hublocs) {
$tabs[] = array( $tabs[] = array(
'label' => t('Manage locations'), 'label' => t('Manage locations'),