Project

General

Profile

1 827 doc
<?php
2
/*
3
    show_menu2: show_menu replacement for Website Baker
4
    Copyright (C) 2006-2008, Brodie Thiesfield
5
6
    This program is free software; you can redistribute it and/or
7
    modify it under the terms of the GNU General Public License
8
    as published by the Free Software Foundation; either version 2
9
    of the License, or (at your option) any later version.
10
11
    This program is distributed in the hope that it will be useful,
12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
    GNU General Public License for more details.
15
16
    You should have received a copy of the GNU General Public License
17
    along with this program; if not, write to the Free Software
18
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19
    02110-1301, USA.
20
21
    THANKS
22
    ======
23
    Thanks to the following people:
24
25
        Stuart Fraser
26
          * Original request for a better menu system
27
28
        Ezra Peisach
29
          * Bug fixes
30
31
        Thorn
32
          * Added support for WB 2.7 multiple groups and publish by date
33
34
*/
35
36
$module_directory = 'show_menu2';
37
$module_name = 'show_menu2';
38
$module_function = 'snippet';
39 859 Ruebenwurz
$module_version = '4.7';
40 827 doc
$module_platform = '2.6.x | 2.7.x';
41
$module_author = 'Brodie Thiesfield';
42
$module_license = 'GNU General Public License';
43 845 doc
$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.';
44 827 doc
?>