diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-04-01 04:13:48 -0700 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-04-01 04:13:48 -0700 |
commit | d1783bba17104937811b170c3c8d5aa0a9509b77 (patch) | |
tree | dd1b94ffba14d639f898799e192c40b73ceda67d /view/theme/diabook-blue/theme.php | |
parent | bc283f7c5df4b848a6a96db07450af011f03c515 (diff) | |
parent | 15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80 (diff) | |
download | volse-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-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', |