[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/etemplate/setup/ -> setup.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - Editable Templates                                          * 
   4      * http://www.egroupware.org                                                *
   5      " Written by Ralf Becker <RalfBecker@outdoor-training.de>                  *
   6      * --------------------------------------------                             *
   7      *  This program is free software; you can redistribute it and/or modify it *
   8      *  under the terms of the GNU General Public License as published by the   *
   9      *  Free Software Foundation; either version 2 of the License, or (at your  *
  10      *  option) any later version.                                              *
  11      \**************************************************************************/
  12  
  13      /* $Id: setup.inc.php 20295 2006-02-15 12:31:25Z  $ */
  14  
  15      $setup_info['etemplate']['name']      = 'etemplate';
  16      $setup_info['etemplate']['version']   = '1.2';
  17      $setup_info['etemplate']['app_order'] = 60;    // just behind the developers-tools
  18      $setup_info['etemplate']['tables']    = array('egw_etemplate');
  19      $setup_info['etemplate']['enable']    = 1;
  20  
  21      $setup_info['etemplate']['author'] = 
  22       $setup_info['etemplate']['maintainer'] = array(
  23          'name'  => 'Ralf Becker',
  24          'email' => 'ralfbecker@outdoor-training.de'
  25      );
  26      $setup_info['etemplate']['license']   = 'GPL';
  27      $setup_info['etemplate']['description'] =
  28          '<b>eTemplates</b> are a new widget-based template system for eGroupWare with an
  29          interactive editor and a database table-editor (creates tables_current.inc.php and
  30          updates automaticaly tables_update.inc.php).';
  31      $setup_info['etemplate']['note'] =
  32          'For <b>more information</b> check out the <a href="etemplate/doc/etemplate.html" target="_blank">Tutorial</a>, 
  33          the <a href="etemplate/doc/referenz.html" target="_blank">Referenz Documentation</a> 
  34          or the <a href="http://www.egroupware.org/wiki/etemplate" target="_blank">eTemplate page in our Wiki</a>.';
  35  
  36      /* The hooks this app includes, needed for hooks registration */
  37      $setup_info['etemplate']['hooks'][] = 'sidebox_menu';
  38  
  39      /* Dependencies for this app to work */
  40      $setup_info['etemplate']['depends'][] = array(
  41           'appname' => 'phpgwapi',
  42           'versions' => Array('1.0.0','1.0.1','1.2')
  43      );
  44  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7