| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?xml version="1.0" encoding="utf-8"?> 2 <install type="module" version="1.5.0"> 3 <name>Statistics</name> 4 <author>Joomla! Project</author> 5 <creationDate>July 2004</creationDate> 6 <copyright>Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.</copyright> 7 <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> 8 <authorEmail>admin@joomla.org</authorEmail> 9 <authorUrl>www.joomla.org</authorUrl> 10 <version>1.5.0</version> 11 <description>DESCSTATISTICS</description> 12 <files> 13 <filename module="mod_stats">mod_stats.php</filename> 14 </files> 15 <params> 16 <param name="serverinfo" type="radio" default="0" label="Server Info" description="Display server information"> 17 <option value="1">Yes</option> 18 <option value="0">No</option> 19 </param> 20 <param name="siteinfo" type="radio" default="0" label="Site Info" description="Display site information"> 21 <option value="1">Yes</option> 22 <option value="0">No</option> 23 </param> 24 <param name="counter" type="radio" default="0" label="Hit Counter" description="Display hit counter"> 25 <option value="1">Yes</option> 26 <option value="0">No</option> 27 </param> 28 <param name="increase" type="text" default="0" label="Increase counter" description="Enter the amount of hits to increase counter by" /> 29 <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" /> 30 </params> 31 <params group="advanced"> 32 <param name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module"> 33 <option value="1">Use global</option> 34 <option value="0">No caching</option> 35 </param> 36 <param name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" /> 37 </params> 38 </install>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |