egroupware/felamimail/inc/hook_sidebox_menu.inc.php
2010-06-09 18:36:13 +00:00

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'));