diff options
author | Mario <mario@mariovavti.com> | 2019-02-15 12:35:19 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-02-15 12:35:19 +0100 |
commit | 4769254978a55efd0e8ba6586d1497b5f29d2bd4 (patch) | |
tree | 1c6ee948503f25f20c6461fae86f72e82ca957ca /Zotlabs | |
parent | 3217452b026724d5c5d72c55196d7793b3ef758a (diff) | |
download | volse-hubzilla-4769254978a55efd0e8ba6586d1497b5f29d2bd4.tar.gz volse-hubzilla-4769254978a55efd0e8ba6586d1497b5f29d2bd4.tar.bz2 volse-hubzilla-4769254978a55efd0e8ba6586d1497b5f29d2bd4.zip |
deprecate addon settings
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Settings_menu.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Zotlabs/Widget/Settings_menu.php b/Zotlabs/Widget/Settings_menu.php index c537c3835..25b80a4b4 100644 --- a/Zotlabs/Widget/Settings_menu.php +++ b/Zotlabs/Widget/Settings_menu.php @@ -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'), |