mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:57 +01:00
12 lines
347 B
PHP
12 lines
347 B
PHP
<?php
|
|
/**
|
|
* FelamiMail - easing migration to new hooks
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @package felamimail
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @version $Id$
|
|
*/
|
|
|
|
ExecMethod('phpgwapi.hooks.register_all_hooks');
|
|
felamimail_hooks::sidebox_menu(array('location' => 'preferences')); |