From 4769254978a55efd0e8ba6586d1497b5f29d2bd4 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 15 Feb 2019 12:35:19 +0100 Subject: deprecate addon settings --- Zotlabs/Widget/Settings_menu.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Zotlabs/Widget') 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'), -- cgit v1.2.3