egroupware_official/notifications/inc/hook_admin.inc.php

20 lines
564 B
PHP
Raw Normal View History

<?php
2016-04-25 09:23:36 +02:00
/**
* 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 $
*/
2016-05-06 11:19:36 +02:00
use EGroupware\Api\Egw;
$file = Array( 'Site Configuration' => Egw::link('/index.php', array(
2016-04-25 09:23:36 +02:00
'menuaction' => 'admin.admin_config.index',
'appname' => $appname,
'ajax' => 'true',
)));
display_section($appname,$file);