1
|
<?php
|
2
|
/**
|
3
|
*
|
4
|
* @category modules
|
5
|
* @package jsadmin
|
6
|
* @author Independend-Software-Team
|
7
|
* @author WebsiteBaker Project
|
8
|
* @copyright 2004-2009, Ryan Djurovich
|
9
|
* @copyright 2009-2011, Website Baker Org. e.V.
|
10
|
* @link http://www.websitebaker2.org/
|
11
|
* @license http://www.gnu.org/licenses/gpl.html
|
12
|
* @platform WebsiteBaker 2.8.x
|
13
|
* @requirements PHP 5.2.2 and higher
|
14
|
* @version $Id: info.php 1457 2011-06-25 17:18:50Z Luisehahne $
|
15
|
* @filesource $HeadURL: $
|
16
|
* @lastmodified $Date: $
|
17
|
*
|
18
|
*/
|
19
|
|
20
|
$module_directory = 'jsadmin';
|
21
|
$module_name = 'Javascript Admin';
|
22
|
$module_function = 'tool';
|
23
|
$module_version = '1.3.0';
|
24
|
$module_platform = '2.7 | 2.8.x';
|
25
|
$module_author = 'Stepan Riha, Swen Uth';
|
26
|
$module_license = 'BSD License';
|
27
|
$module_description = 'This module adds Javascript functionality to the Website Baker Admin to improve some of the UI interactions. Uses the YahooUI library.';
|
28
|
|
29
|
?>
|