Use the new uiconfig class

This commit is contained in:
Miles Lott 2001-12-24 00:04:02 +00:00
parent 2c96b6fc4f
commit 7d78039d6b
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
// Only Modify the $file and $title variables.....
$title = $appname;
$file = Array(
'Site Configuration' => $GLOBALS['phpgw']->link('/admin/config.php','appname=' . $appname)
'Site Configuration' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname)
);
//Do not modify below this line
display_section($appname,$title,$file);

View File

@ -13,7 +13,7 @@
if (! $GLOBALS['phpgw']->acl->check('site_config_access',1,'admin'))
{
$file['Site Configuration'] = $GLOBALS['phpgw']->link('/admin/config.php','appname=admin');
$file['Site Configuration'] = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=admin');
}
if (! $GLOBALS['phpgw']->acl->check('peer_server_access',1,'admin'))