forked from WebDesignWorx/GlobalStrings_Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.php
27 lines (24 loc) · 886 Bytes
/
info.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
* WBCE CMS AdminTool: global_strings
*
* This file defines the obligatory variables required for WBCE CMS
*
*
* @platform WBCE CMS
* @package global_strings
* @author Christian M. Stefan (Stefek)
* @copyright Christian M. Stefan
* @license http://www.gnu.org/licenses/gpl-2.0.html
*/
$module_directory = 'global_strings';
$module_name = 'GlobalStrings Manager';
$module_function = 'tool';
$module_version = '0.8.5';
$module_status = 'Beta';
$module_platform = '1.0.0';
$module_author = 'Christian M. Stefan <[email protected]>';
$module_license = 'GNU General Public License v.2';
$module_description = 'This Admin-Tool provides a good way to work with reoccurring, global contents.';
// v0.8.4 fixes for MySQL-Strict (Bernd)
// v0.8.5 fix missing Datables images, change displayed columns (florian, mk70)