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(
'label' => t('Display settings'),
'url' => z_root().'/settings/display',
'selected' => ((argv(1) === 'display') ? 'active' : ''),
);
$tabs[] = array(
'label' => t('Addon settings'),
'url' => z_root().'/settings/featured',
'selected' => ((argv(1) === 'featured') ? 'active' : ''),
);
if($hublocs) {
$tabs[] = array(
'label' => t('Manage locations'),