mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
working again i think
This commit is contained in:
parent
d3cc0b59f3
commit
e078b138b0
@ -15,9 +15,9 @@
|
|||||||
// Only Modify the $file and $title variables.....
|
// Only Modify the $file and $title variables.....
|
||||||
$title = $appname;
|
$title = $appname;
|
||||||
$file = Array(
|
$file = Array(
|
||||||
'Site Configuration' => $phpgw->link('/admin/config.php','appname=' . $appname)
|
'Site Configuration' => $GLOBALS['phpgw']->link('/admin/config.php','appname=' . $appname)
|
||||||
);
|
);
|
||||||
//Do not modify below this line
|
//Do not modify below this line
|
||||||
display_section($GLOBALS['appname'],$title,$file);
|
display_section($appname,$title,$file);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user