From 7d78039d6b2639c6611031d70bfa2de382e78b31 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 24 Dec 2001 00:04:02 +0000 Subject: [PATCH] Use the new uiconfig class --- addressbook/inc/hook_admin.inc.php | 2 +- admin/inc/hook_admin.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addressbook/inc/hook_admin.inc.php b/addressbook/inc/hook_admin.inc.php index 5cb56965ef..73d97595bf 100644 --- a/addressbook/inc/hook_admin.inc.php +++ b/addressbook/inc/hook_admin.inc.php @@ -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); diff --git a/admin/inc/hook_admin.inc.php b/admin/inc/hook_admin.inc.php index 4f5fdc20a9..8285b84feb 100644 --- a/admin/inc/hook_admin.inc.php +++ b/admin/inc/hook_admin.inc.php @@ -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'))