egroupware/notifications/inc/hook_preferences.inc.php

20 lines
522 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' => egw::link('/index.php',array(
'menuaction' => 'preferences.uisettings.index',
'appname' => $appname,
)),
'Java desktop notification app' => egw::link('/notifications/download.php'),
);
display_section($appname,$file);