diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-01 13:12:15 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-01 13:12:15 +0200 |
commit | 15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80 (patch) | |
tree | dd1b94ffba14d639f898799e192c40b73ceda67d /view/theme/diabook-aerith/theme.php | |
parent | bc283f7c5df4b848a6a96db07450af011f03c515 (diff) | |
download | volse-hubzilla-15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80.tar.gz volse-hubzilla-15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80.tar.bz2 volse-hubzilla-15ba0ef5d0bbfed0174c9b9360ebf6f912c90e80.zip |
various bugfixes and css-fixes
Diffstat (limited to 'view/theme/diabook-aerith/theme.php')
-rwxr-xr-x | view/theme/diabook-aerith/theme.php | 5 |
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', |