Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_industry2(backup)/
Upload File :
Current File : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_industry2(backup)/mod_industry2.xml

<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0">
    <!-- Name of the Module -->
        <name>Industry2</name> 
    <!-- Name of the Author -->
        <author>profanat</author> 
    <!-- Version Date of the Module -->
        <creationDate>Mar 2010</creationDate> 
    <!-- Copyright information -->
        <copyright>All rights reserved by profanat.</copyright> 
    <!-- License Information -->
        <license>GPL 2.0</license> 
    <!-- Author's email address -->
        <authorEmail>profanat@mail.ru</authorEmail> 
    <!-- Author's website -->
        <authorUrl>www.povervsebya.ru</authorUrl> 
    <!-- Module version number -->
        <version>2.0.0</version> 
    <!-- Description of what the module does -->
        <description>Industry2</description>
 
    <!-- Listing of all files that should be installed for the module to function -->
        <files>
        <!-- The "module" attribute signifies that this is the main controller file -->
                <filename module="mod_industry">mod_industry2.php</filename>
                <filename module="mod_industry">index.html</filename>
				<filename module="mod_industry">helper.php</filename>
        </files>
 
    <languages>
        <!-- Any language files included with the module -->
        <language tag="en-GB">en-GB.mod_preview.ini</language>
    </languages>
 
    <!-- Optional parameters -->
        <params>
        <param name="articlescount" type="text" default="10" label="Articles count" description="Articles count" />
		<param name="categorytype" type="radio" default="1"
			label="Category type"
			description="Category type">
			<option value="1">bp</option>
			<option value="0">mi</option>
		</param>
		<param name="defaultcategory" type="text" label="Default category" description="Default category(12-33 possible values)">
		</param>
	</params>
</install>