[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

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

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - Editable Templates: Example App of the tutorial             *
   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 22855 2006-11-18 07:38:09Z ralfbecker $ */
  14  
  15      $setup_info['et_media']['name']      = 'et_media';
  16      $setup_info['et_media']['title']     = 'eT-Media';
  17      $setup_info['et_media']['version']   = '1.2';
  18      $setup_info['et_media']['app_order'] = 100;     // at the end
  19      $setup_info['et_media']['tables']    = array('egw_et_media');
  20      $setup_info['et_media']['enable']    = 1;
  21      $setup_info['et_media']['author'] = 
  22       $setup_info['et_media']['maintainer'] = array(
  23          'name'  => 'Ralf Becker',
  24          'email' => 'ralfbecker@outdoor-training.de'
  25      );
  26      $setup_info['et_media']['license']   = 'GPL';
  27      $setup_info['et_media']['description'] =
  28          '<b>eTemplates</b> are a new widget-based template system for eGroupWare.<br>
  29          <b>eT-Media</b> is the example application of the eTemplates tutorial.';
  30      $setup_info['et_media']['note'] =
  31          'For more information check out the <a href="etemplate/doc/etemplate.html" target="_blank">Tutorial</a>
  32          and the <a href="etemplate/doc/referenz.html" target="_blank">Referenz Documentation</a>.';
  33  
  34      /* Dependencies for this app to work */
  35      $setup_info['et_media']['depends'][] = array(
  36                  'appname' => 'phpgwapi',
  37                  'versions' => Array('1.2','1.3','1.4')
  38      );
  39      $setup_info['et_media']['depends'][] = array(
  40                  'appname' => 'etemplate',
  41                  'versions' => Array('1.2','1.3','1.4')
  42      );


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