Use new ui class for site config

This commit is contained in:
Miles Lott 2001-12-27 17:56:03 +00:00
parent 06dc27229c
commit f42cd7afcc

View File

@ -15,7 +15,7 @@
// Only Modify the $file and $title variables..... // Only Modify the $file and $title variables.....
$title = $appname; $title = $appname;
$file = Array( $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),
'Calendar Holiday Management' => $GLOBALS['phpgw']->link('/index.php','menuaction=calendar.uiholiday.admin') 'Calendar Holiday Management' => $GLOBALS['phpgw']->link('/index.php','menuaction=calendar.uiholiday.admin')
); );
//Do not modify below this line //Do not modify below this line