egroupware_official/felamimail/inc/hook_sidebox_menu.inc.php

12 lines
347 B
PHP
Raw Normal View History

2011-07-01 12:37:47 +02:00
<?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'));