diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-12 20:30:14 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-12 20:30:14 +0000 |
commit | a9461356b809cb27bd5e509678830791608f5e5b (patch) | |
tree | ac1e29b4af9396b5714d0e1f91a4f01c21771ee6 /lib/accountsettingsaction.php | |
parent | dac9525254f23b610452194e90bd7af8fbf91dfd (diff) |
Created Design page for users to customize the way their profile pages
look by changing the background image and picking a colour palette for
text.
Diffstat (limited to 'lib/accountsettingsaction.php')
-rw-r--r-- | lib/accountsettingsaction.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/accountsettingsaction.php b/lib/accountsettingsaction.php index 46090b8c1..86800d2a3 100644 --- a/lib/accountsettingsaction.php +++ b/lib/accountsettingsaction.php @@ -115,6 +115,9 @@ class AccountSettingsNav extends Widget 'openidsettings' => array(_('OpenID'), _('Add or remove OpenIDs')), + 'designsettings' => + array(_('Design'), + _('Design your profile')), 'othersettings' => array(_('Other'), _('Other options'))); |