-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Syntax error, " instead of ', breaks update script unfortunat…
…ely" This reverts commit 738efd5.
- Loading branch information
instantflorian
committed
May 12, 2017
1 parent
738efd5
commit 37e7053
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
/** | ||
* | ||
* @category module | ||
* @package show_menu2 | ||
* @author WebsiteBaker Project | ||
* @copyright 2004-2009, Ryan Djurovich | ||
* @copyright 2009-2011, Website Baker Org. e.V. | ||
* @link http://www.websitebaker2.org/ | ||
* @license http://www.gnu.org/licenses/gpl.html | ||
* @platform WebsiteBaker 2.7.0 | ||
* @requirements PHP 5.2.2 and higher | ||
* @version $Id: info.php 1475 2011-07-12 23:07:10Z Luisehahne $ | ||
* @filesource $HeadURL: svn://isteam.dynxs.de/wb_svn/wb280/tags/2.8.3/wb/modules/show_menu2/info.php $ | ||
* @lastmodified $Date: 2011-07-13 01:07:10 +0200 (Mi, 13. Jul 2011) $ | ||
* | ||
*/ | ||
|
||
$module_directory = 'show_menu2'; | ||
$module_name = 'show_menu2'; | ||
$module_function = 'snippet'; | ||
$module_version = '4.9.6'; | ||
$module_platform = '2.8.2'; | ||
$module_author = 'Brodie Thiesfield'; | ||
$module_license = 'GNU General Public License'; | ||
$module_description = "Powerful module for all kinds of navigation menues. See the <a href="' .WB_URL .'/modules/show_menu2/README.en.txt" target="_blank">readme</a> file for details.'; |