summaryrefslogtreecommitdiff
path: root/lib/settingsaction.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/settingsaction.php')
-rw-r--r--lib/settingsaction.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/settingsaction.php b/lib/settingsaction.php
index 8f3b1e6be..0255fc642 100644
--- a/lib/settingsaction.php
+++ b/lib/settingsaction.php
@@ -64,6 +64,20 @@ class SettingsAction extends Action {
_t('Password'),
_t('Change your password'),
$action == 'password');
+ if (false) {
+ common_menu_item(common_local_url('emailsettings'),
+ _t('Email'),
+ _t('Address and preferences'),
+ $action == 'emailsettings');
+ common_menu_item(common_local_url('imsettings'),
+ _t('IM'),
+ _t('Notifications by instant messenger'),
+ $action == 'imsettings');
+ common_menu_item(common_local_url('phonesettings'),
+ _t('Phone'),
+ _t('Notifications by phone'),
+ $action == 'phonesettings');
+ }
common_element_end('ul');
}
}