update hook_admin

This commit is contained in:
ceb 2003-04-23 01:51:27 +00:00
parent 31f9734d02
commit fb2360c3d5

View File

@ -13,12 +13,12 @@
{
$file = Array
(
'Site configuration' => $GLOBALS['phpgw']->link('/index.php',array('menuaction' => 'infolog.uiinfolog.admin' )),
'Global Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname=' . $appname . '&global_cats=True'),
'CSV-Import' => $GLOBALS['phpgw']->link('/infolog/csv_import.php')
'Site configuration' => $GLOBALS['phpgw']->link('/index.php',array('menuaction' => 'infolog.uiinfolog.admin' )),
'Global Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname=' . $appname . '&global_cats=True'),
'CSV-Import' => $GLOBALS['phpgw']->link('/infolog/csv_import.php')
);
//Do not modify below this line
display_section($appname,lang($appname),$file); // please not 2. appname is for .14 compatibilty
$GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
}
?>