1<?php
2/**
3 * EGroupware - Notifications
4 *
5 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
6 * @package notifications
7 * @link http://www.egroupware.org
8 * @author Christian Binder <christian@jaytraxx.de>
9 * @version $Id: hook_preferences.inc.php 22498 2006-09-25 10:20:46Z jaytraxx $
10 */
11
12use EGroupware\Api\Egw;
13
14$file = Array(	'Site Configuration' => Egw::link('/index.php', array(
15	'menuaction'	=> 'admin.admin_config.index',
16	'appname'		=> $appname,
17	'ajax'          => 'true',
18)));
19display_section($appname,$file);
20