mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
18 lines
469 B
PHP
18 lines
469 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 Cornelius Weiss <nelius@cwtech.de>
|
|
* @version $Id$
|
|
*/
|
|
|
|
$file = Array( 'Preferences' => $GLOBALS['egw']->link('/index.php',array(
|
|
'menuaction' => 'preferences.uisettings.index',
|
|
'appname' => $appname,
|
|
)));
|
|
display_section($appname,$file);
|
|
?>
|