move display settings up

This commit is contained in:
Mario Vavti 2018-09-28 11:32:00 +02:00
parent 20285d076b
commit d7a20821c3

View File

@ -45,11 +45,6 @@ class Settings_menu {
); );
$tabs[] = array(
'label' => t('Addon settings'),
'url' => z_root().'/settings/featured',
'selected' => ((argv(1) === 'featured') ? 'active' : ''),
);
$tabs[] = array( $tabs[] = array(
'label' => t('Display settings'), 'label' => t('Display settings'),
@ -57,6 +52,12 @@ class Settings_menu {
'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'),