diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-17 22:30:44 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-17 22:30:44 +0000 |
commit | 97c98cf59ace088e487e130182ff4dc99d2d408b (patch) | |
tree | 2e18088b883c2fd6940d16cad0239043bf097570 /lib/settingsaction.php | |
parent | 3ce45acfa8488a050cf7d68c8e980166f56c5d43 (diff) |
Break up settings into two tabset
Made two tabsets: account and connect. Removed "Invite" from
the global nav to make room.
Diffstat (limited to 'lib/settingsaction.php')
-rw-r--r-- | lib/settingsaction.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/settingsaction.php b/lib/settingsaction.php index 8624803ac..dfe1f114b 100644 --- a/lib/settingsaction.php +++ b/lib/settingsaction.php @@ -31,8 +31,6 @@ if (!defined('LACONICA')) { exit(1); } -require_once INSTALLDIR.'/lib/settingsgroupnav.php'; - /** * Base class for settings group of actions * @@ -149,17 +147,4 @@ class SettingsAction extends Action return ''; } - /** - * Show the local navigation menu - * - * This is the same for all settings, so we show it here. - * - * @return void - */ - - function showLocalNav() - { - $menu = new SettingsGroupNav($this); - $menu->show(); - } } |