Skip to content

Commit

Permalink
Revert "Syntax error, " instead of ', breaks update script unfortunat…
Browse files Browse the repository at this point in the history
…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.
26 changes: 26 additions & 0 deletions wbce/modules/show_menu2/info.php
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.';

0 comments on commit 37e7053

Please sign in to comment.