maybe this will appear again

This commit is contained in:
Miles Lott 2001-09-06 19:37:51 +00:00
parent de4d49b2fa
commit 9017a5def0

View File

@ -13,9 +13,9 @@
/* $Id$ */
{
// Only Modify the $file and $title variables.....
$title = $GLOBALS['appname'];
$title = $appname;
$file = Array(
'Site Configuration' => $phpgw->link('/admin/config.php','appname=' . $GLOBALS['appname'])
'Site Configuration' => $phpgw->link('/admin/config.php','appname=' . $appname)
);
//Do not modify below this line
display_section($GLOBALS['appname'],$title,$file);