Merge branch 'rm_addon_settings' into 'dev'
Remove deprecated addon settings See merge request hubzilla/core!1514
This commit is contained in:
commit
f0955f1620
@ -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'),
|
||||||
|
Reference in New Issue
Block a user