diff options
author | friendica <info@friendica.com> | 2012-04-01 04:13:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 04:13:58 -0700 |
commit | bb67ca9f1c61f96db6da15aee646a20c0b77a255 (patch) | |
tree | 929ce8decb13f1e71ca6c31361015fc7094db0b2 /view/theme/diabook-blue/theme.php | |
parent | 63ea378d92271ee7178357e8d4dec201e792b94f (diff) | |
parent | d1783bba17104937811b170c3c8d5aa0a9509b77 (diff) | |
download | volse-hubzilla-bb67ca9f1c61f96db6da15aee646a20c0b77a255.tar.gz volse-hubzilla-bb67ca9f1c61f96db6da15aee646a20c0b77a255.tar.bz2 volse-hubzilla-bb67ca9f1c61f96db6da15aee646a20c0b77a255.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-blue/theme.php')
-rwxr-xr-x | view/theme/diabook-blue/theme.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php index 4d9e31bfa..fb6b44a16 100755 --- a/view/theme/diabook-blue/theme.php +++ b/view/theme/diabook-blue/theme.php @@ -268,7 +268,10 @@ if ($a->argv[0] === "settings"){ 'url' => $a->get_baseurl(true).'/settings/display', 'sel' => (($a->argc > 1) && ($a->argv[1] === 'display')?'active':''), ), - + array( + 'label' => t('Edit/Manage Profiles'), + 'url' => $a->get_baseurl(true).'/profiles', + ), array( 'label' => t('Connector settings'), 'url' => $a->get_baseurl(true).'/settings/connectors', |