mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 11:09:04 +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.....
|
||||
$title = $appname;
|
||||
$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
|
||||
display_section($GLOBALS['appname'],$title,$file);
|
||||
display_section($appname,$title,$file);
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user