<?php
/**
 *
 * @category        modules
 * @package         news
 * @author          WebsiteBaker Project
 * @copyright       2009-2011, Website Baker Org. e.V.
 * @link			http://www.websitebaker2.org/
 * @license         http://www.gnu.org/licenses/gpl.html
 * @platform        WebsiteBaker 2.8.x
 * @requirements    PHP 5.2.2 and higher
 * @version         $Id: info.php 1895 2013-03-20 01:14:23Z Luisehahne $
 * @filesource		$HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/modules/news/info.php $
 * @lastmodified    $Date: 2013-03-20 02:14:23 +0100 (Wed, 20 Mar 2013) $
 *
 */

// Must include code to stop this file being access directly
/* -------------------------------------------------------- */
if(defined('WB_PATH') == false)
{
	// Stop this file being access directly
		die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
}
/* -------------------------------------------------------- */
$module_directory   = 'news';
$module_name        = 'News';
$module_function    = 'page';
$module_version     = '3.5.7';
$module_platform    = '2.8.4';
$module_author      = 'Ryan Djurovich, Rob Smith, Werner v.d.Decken';
$module_license     = 'GNU General Public License';
$module_description = 'This page type is designed for making a news page.';
