aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith/theme.php
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-04-01 04:13:48 -0700
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-04-01 04:13:48 -0700
commitd1783bba17104937811b170c3c8d5aa0a9509b77 (patch)
treedd1b94ffba14d639f898799e192c40b73ceda67d /view/theme/diabook-aerith/theme.php
parentbc283f7c5df4b848a6a96db07450af011f03c515 (diff)
parent15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80 (diff)
downloadvolse-hubzilla-d1783bba17104937811b170c3c8d5aa0a9509b77.tar.gz
volse-hubzilla-d1783bba17104937811b170c3c8d5aa0a9509b77.tar.bz2
volse-hubzilla-d1783bba17104937811b170c3c8d5aa0a9509b77.zip
Merge pull request #195 from tomtom84/master
fixes in diabook-derivates
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',