[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - Home * 4 * http://www.egroupware.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 12 /* $Id: setup.inc.php 19966 2005-11-24 11:52:14Z milosch $ */ 13 14 /* Basic information about this app */ 15 $setup_info['home']['name'] = 'home'; 16 $setup_info['home']['title'] = 'Home'; 17 $setup_info['home']['version'] = '1.2'; 18 $setup_info['home']['app_order'] = 1; 19 $setup_info['home']['enable'] = 1; 20 21 $setup_info['home']['author'] = 'Edo van Bruggen'; 22 $setup_info['home']['license'] = 'GPL'; 23 $setup_info['home']['description'] = 'Displays eGroupWare\' homepage'; 24 $setup_info['home']['maintainer'] = array( 25 'name' => 'eGroupWare Developers', 26 'email' => 'egroupware-developers@lists.sourceforge.net' 27 ); 28 29 /* The hooks this app includes, needed for hooks registration */ 30 $setup_info['home']['hooks']['hasUpdates'] = 'home.updates.hasUpdates'; 31 $setup_info['home']['hooks']['showUpdates'] = 'home.updates.showUpdates'; 32 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |