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/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/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 6973951a0..88944322e 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -7,6 +7,9 @@ * Author: */ +$a->theme_info = array( + 'extends' => 'duepuntozero', +); //change css on network and profilepages $cssFile = null; @@ -276,7 +279,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', |