working again i think

This commit is contained in:
Miles Lott 2001-09-12 16:57:05 +00:00
parent d3cc0b59f3
commit e078b138b0

View File

@ -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);
}
?>