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(
|
||||
'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'),
|
||||
|
Reference in New Issue
Block a user