source: branches/2.2/help/setup/setup.inc.php @ 3031

Revision 3031, 1.4 KB checked in by niltonneto, 14 years ago (diff)

Ticket #1135 - Ajuste da atualização do header.inc.php, setup dos módulos e API.

Line 
1<?php
2        /**************************************************************************\
3        * phpGroupWare - Online User Manual                                        *
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        /* Basic information about this app */
13        $setup_info['help']['name']      = 'help';
14        $setup_info['help']['title']     = 'User Manual and Help Page';
15        $setup_info['help']['version']   = '2.2.000';
16        $setup_info['help']['app_order'] = 5;
17        $setup_info['help']['enable']    = 2;   // Invisible on top (navigation bar)
18
19        $setup_info['help']['author']    = 'William Merlotto';
20        $setup_info['help']['maintainer'] = 'William Merlotto - Nilton Neto';
21        $setup_info['help']['maintainer_email'] = '';
22        $setup_info['help']['license']   = 'GPL';
23        $setup_info['help']['description'] ='The new Expresso Online User Manual uses the Wiki app.';
24
25        /* Dependencies for this app to work */
26        $setup_info['help']['depends'][] = array(
27                 'appname' => 'phpgwapi',
28                 'versions' => Array('2.2')
29        );
30?>
Note: See TracBrowser for help on using the repository browser.