htdocs/modules/system/admin/rating/xoops_version.php
<?php
/**
* ImpressCMS Ratings
*
* @copyright The ImpressCMS Project http://www.impresscms.org/
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @package System
* @subpackage Ratings
* @since 1.2
* @author Sina Asghari (aka stranger) <pesian_stranger@users.sourceforge.net>
* @version SVN: $Id: xoops_version.php 11030 2011-02-17 16:54:10Z skenow $
*/
$modversion = array(
'name' => _MD_AM_RATINGS,
'version' => "1.0",
'description' => _MD_AM_RATINGS_DSC,
'author' => "Sina Asghari (aka stranger) <pesian_stranger@users.sourceforge.net>",
'credits' => "The ImpressCMS Projects",
'help' => "",
'license' => "GPL see LICENSE",
'official' => 1,
'image' => "rating.gif",
'hasAdmin' => 1,
'adminpath' => "admin.php?fct=rating",
'category' => XOOPS_SYSTEM_RATINGS,
'group' => _MD_AM_GROUPS_CONTENT);