| [ 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>Latest News</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>DESCLATESTNEWS</description> 12 <files> 13 <filename module="mod_latestnews">mod_latestnews.php</filename> 14 </files> 15 <params> 16 <param name="count" type="text" default="5" label="Count" description="The number of items to display (default 5)" /> 17 <param name="ordering" type="list" default="c_dsc" label="Ordering" description="Ordering options"> 18 <option value="c_dsc">Recently Added First</option> 19 <option value="m_dsc">Recently Modified First</option> 20 </param> 21 <param name="user_id" type="list" default="0" label="Authors" description="A filter for the authors"> 22 <option value="0">Anyone</option> 23 <option value="by_me">Added or modified by me</option> 24 <option value="not_me">Not added or modified by me</option> 25 </param> 26 <param name="@spacer" type="spacer" default="" label="" description="" /> 27 <param name="show_front" type="radio" default="1" label="Frontpage Items" description="PARAMFRONTPAGEITEMS"> 28 <option value="1">show</option> 29 <option value="0">hide</option> 30 </param> 31 <param name="secid" type="text" default="" label="Section ID" description="PARAMSECTIONID" /> 32 <param name="catid" type="text" default="" label="Category ID" description="PARAMCATEGORYID" /> 33 <param name="@spacer" type="spacer" default="" label="" description="" /> 34 <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" /> 35 </params> 36 <params group="advanced"> 37 <param name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this module"> 38 <option value="1">Use global</option> 39 <option value="0">No caching</option> 40 </param> 41 <param name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" /> 42 </params> 43 </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 |