egroupware/notifications/inc/hook_preferences.inc.php

24 lines
519 B
PHP
Raw Normal View History

2006-09-07 09:04:15 +02:00
<?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$
2006-09-07 09:04:15 +02:00
*/
$title = $appname;
$file = array(
'Preferences' => $GLOBALS['egw']->link(
'/index.php',
'menuaction=notifications.uinotificationprefs.index',
'_account_id=0',
'_referer='
),
);
display_section($appname,$title,$file);
?>