aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-01 04:13:58 -0700
committerfriendica <info@friendica.com>2012-04-01 04:13:58 -0700
commitbb67ca9f1c61f96db6da15aee646a20c0b77a255 (patch)
tree929ce8decb13f1e71ca6c31361015fc7094db0b2 /view/theme/diabook-aerith/theme.php
parent63ea378d92271ee7178357e8d4dec201e792b94f (diff)
parentd1783bba17104937811b170c3c8d5aa0a9509b77 (diff)
downloadvolse-hubzilla-bb67ca9f1c61f96db6da15aee646a20c0b77a255.tar.gz
volse-hubzilla-bb67ca9f1c61f96db6da15aee646a20c0b77a255.tar.bz2
volse-hubzilla-bb67ca9f1c61f96db6da15aee646a20c0b77a255.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-aerith/theme.php')
-rwxr-xr-xview/theme/diabook-aerith/theme.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/diabook-aerith/theme.php b/view/theme/diabook-aerith/theme.php
index 132d69b47..2b135878a 100755
--- a/view/theme/diabook-aerith/theme.php
+++ b/view/theme/diabook-aerith/theme.php
@@ -267,8 +267,11 @@ if ($a->argv[0] === "settings"){
'label' => t('Display 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',