Project

General

Profile

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