diff options
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', |