Project

General

Profile

1 1351 Luisehahne
<?php
2
/**
3
 *
4
 * @category        module
5
 * @package         show_menu2
6
 * @author          WebsiteBaker Project
7
 * @copyright       2004-2009, Ryan Djurovich
8 1373 Luisehahne
 * @copyright       2009-2011, Website Baker Org. e.V.
9 1351 Luisehahne
 * @link			http://www.websitebaker2.org/
10
 * @license         http://www.gnu.org/licenses/gpl.html
11 1360 Luisehahne
 * @platform        WebsiteBaker 2.7.0
12 1373 Luisehahne
 * @requirements    PHP 5.2.2 and higher
13 1351 Luisehahne
 * @version         $Id$
14
 * @filesource		$HeadURL$
15
 * @lastmodified    $Date$
16
 *
17
 */
18
19
$module_directory = 'show_menu2';
20
$module_name = 'show_menu2';
21
$module_function = 'snippet';
22 1475 Luisehahne
$module_version = '4.9.6';
23 1351 Luisehahne
$module_platform = '2.7 | 2.8.2';
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.';