mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
update hook_admin
This commit is contained in:
parent
31f9734d02
commit
fb2360c3d5
@ -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);
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user