aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/theme.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-01 13:12:15 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-01 13:12:15 +0200
commit15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80 (patch)
treedd1b94ffba14d639f898799e192c40b73ceda67d /view/theme/diabook-blue/theme.php
parentbc283f7c5df4b848a6a96db07450af011f03c515 (diff)
downloadvolse-hubzilla-15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80.tar.gz
volse-hubzilla-15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80.tar.bz2
volse-hubzilla-15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80.zip
various bugfixes and css-fixes
Diffstat (limited to 'view/theme/diabook-blue/theme.php')
-rwxr-xr-xview/theme/diabook-blue/theme.php5
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',