various bugfixes and css-fixes
This commit is contained in:
parent
bc283f7c5d
commit
15ba0ef5d0
11 changed files with 69 additions and 46 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue