egroupware_official/addressbook/inc/hook_admin.inc.php

26 lines
1.3 KiB
PHP
Raw Normal View History

<?php
2003-04-23 03:15:00 +02:00
/**************************************************************************\
2004-01-25 23:02:59 +01:00
* eGroupWare *
* http://www.egroupware.org *
* Written by Joseph Engo <jengo@phpgroupware.org> *
* -------------------------------------------- *
2003-04-23 03:15:00 +02:00
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
2002-03-13 22:50:25 +01:00
// $Id$
// $Source$
// Only Modify the $file and $title variables.....
$title = $appname;
$file = Array(
2005-05-01 16:34:59 +02:00
'Site Configuration' => $GLOBALS['egw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname),
'Edit custom fields' => $GLOBALS['egw']->link('/index.php','menuaction=addressbook.uifields.index'),
'Global Categories' => $GLOBALS['egw']->link('/index.php','menuaction=admin.uicategories.index&appname=addressbook')
);
//Do not modify below this line
display_section($appname,$title,$file);
2004-01-25 23:02:59 +01:00
?>