[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - News * 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 20295 2006-02-15 12:31:25Z $ */ 13 14 /* Basic information about this app */ 15 $setup_info['news_admin']['name'] = 'news_admin'; 16 $setup_info['news_admin']['title'] = 'News Admin'; 17 $setup_info['news_admin']['version'] = '1.2'; 18 $setup_info['news_admin']['app_order'] = 16; 19 $setup_info['news_admin']['enable'] = 1; 20 21 /* The tables this app creates */ 22 $setup_info['news_admin']['tables'] = array('egw_news','egw_news_export'); 23 24 /* The hooks this app includes, needed for hooks registration */ 25 $setup_info['news_admin']['hooks'][] = 'admin'; 26 $setup_info['news_admin']['hooks'][] = 'home'; 27 $setup_info['news_admin']['hooks'][] = 'sidebox_menu'; 28 $setup_info['news_admin']['hooks'][] = 'settings'; 29 $setup_info['news_admin']['hooks'][] = 'preferences'; 30 31 /* Dependencies for this app to work */ 32 $setup_info['news_admin']['depends'][] = array( 33 'appname' => 'phpgwapi', 34 'versions' => Array('1.0.0','1.0.1','1.2') 35 );
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 |