1
|
<?php
|
2
|
/**
|
3
|
*
|
4
|
* @category module
|
5
|
* @package show_menu2
|
6
|
* @author WebsiteBaker Project
|
7
|
* @copyright 2004-2009, Ryan Djurovich
|
8
|
* @copyright 2009-2011, Website Baker Org. e.V.
|
9
|
* @link http://www.websitebaker2.org/
|
10
|
* @license http://www.gnu.org/licenses/gpl.html
|
11
|
* @platform WebsiteBaker '2.8.3
|
12
|
* @requirements PHP 5.3.6 and higher
|
13
|
* @version $Id: info.php 2 2017-07-02 15:14:29Z Manuela $
|
14
|
* @filesource $HeadURL: svn://isteam.dynxs.de/wb/2.10.x/trunk/modules/show_menu2/info.php $
|
15
|
* @lastmodified $Date: 2017-07-02 17:14:29 +0200 (Sun, 02 Jul 2017) $
|
16
|
*
|
17
|
*/
|
18
|
|
19
|
$module_directory = 'show_menu2';
|
20
|
$module_name = 'show_menu2 v4.9.11';
|
21
|
$module_function = 'snippet';
|
22
|
$module_version = '4.9.11';
|
23
|
$module_platform = '2.8.3 SP7';
|
24
|
$module_author = 'Brodie Thiesfield';
|
25
|
$module_license = 'GNU General Public License';
|
26
|
$module_description = 'A code snippet for the Website Baker CMS providing a complete replacement for the builtin menu functions. See <a href="http://code.jellycan.com/show_menu2/" target="_blank">http://code.jellycan.com/show_menu2/</a> for details or view the <a href="' .WB_URL .'/modules/show_menu2/README.en.txt" target="_blank">readme</a> file.';
|
27
|
|