forked from extern/egroupware
20 lines
564 B
PHP
20 lines
564 B
PHP
<?php
|
|
/**
|
|
* EGroupware - Notifications
|
|
*
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package notifications
|
|
* @link http://www.egroupware.org
|
|
* @author Christian Binder <christian@jaytraxx.de>
|
|
* @version $Id: hook_preferences.inc.php 22498 2006-09-25 10:20:46Z jaytraxx $
|
|
*/
|
|
|
|
use EGroupware\Api\Egw;
|
|
|
|
$file = Array( 'Site Configuration' => Egw::link('/index.php', array(
|
|
'menuaction' => 'admin.admin_config.index',
|
|
'appname' => $appname,
|
|
'ajax' => 'true',
|
|
)));
|
|
display_section($appname,$file);
|