93 lines
5.6 KiB
XML
93 lines
5.6 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<install type="module" version="1.5.0">
|
||
|
|
<name>Menu</name>
|
||
|
|
<author>Joomla! Project</author>
|
||
|
|
<creationDate>July 2006</creationDate>
|
||
|
|
<copyright>Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.</copyright>
|
||
|
|
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
|
||
|
|
<authorEmail>admin@joomla.org</authorEmail>
|
||
|
|
<authorUrl>www.joomla.org</authorUrl>
|
||
|
|
<version>1.5.0</version>
|
||
|
|
<description>Displays a menu.</description>
|
||
|
|
<files>
|
||
|
|
<filename module="mod_mainmenu">mod_mainmenu.php</filename>
|
||
|
|
</files>
|
||
|
|
<params>
|
||
|
|
<param name="menutype" type="mos_menu" default="" label="Menu Name" description="The name of the menu (default is mainmenu)" />
|
||
|
|
<param name="menu_style" type="list" default="list" label="Menu Style" description="The menu style">
|
||
|
|
<option value="list">List</option>
|
||
|
|
<option value="vert_indent">Legacy - Vertical</option>
|
||
|
|
<option value="horiz_flat">Legacy - Horizontal</option>
|
||
|
|
<option value="list_flat">Legacy - Flat List</option>
|
||
|
|
</param>
|
||
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
||
|
|
<param name="startLevel" type="text" default="0" size="5" label="Start Level" description="PARAMSTARTLEVEL" />
|
||
|
|
<param name="endLevel" type="text" default="0" size="5" label="End Level" description="PARAMSTOPLEVEL" />
|
||
|
|
<param name="showAllChildren" type="radio" default="0" label="Always show submenu items" description="PARAMSHOWSUBMENUITEMS">
|
||
|
|
<option value="0">No</option>
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
</param>
|
||
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
||
|
|
<param name="window_open" type="text" default="" label="Target Position" description="PARAMTARGETPOSITION" />
|
||
|
|
</params>
|
||
|
|
<params group="advanced">
|
||
|
|
<param name="show_whitespace" type="list" default="0" label="Show Whitespace" description="Show Whitespace Desc">
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
<option value="0">No</option>
|
||
|
|
</param>
|
||
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
||
|
|
<param name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this module">
|
||
|
|
<option value="1">Use global</option>
|
||
|
|
<option value="0">No caching</option>
|
||
|
|
</param>
|
||
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
||
|
|
<param name="tag_id" type="text" default="" label="Menu Tag ID" description="PARAMMENUTAGID" />
|
||
|
|
<param name="class_sfx" type="text" default="" label="Menu Class Suffix" description="PARAMMENUCLASSSUFFIX" />
|
||
|
|
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
|
||
|
|
<param name="maxdepth" type="text" default="10" label="Maximum Menu Depth" description="PARAMMENUMAXDEPTH" />
|
||
|
|
</params>
|
||
|
|
<params group="other">
|
||
|
|
<param name="menu_images" type="radio" default="0" label="Show Menu Icons" description="PARAMSHOWMENUICONS">
|
||
|
|
<option value="0">No</option>
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
</param>
|
||
|
|
<param name="menu_images_align" type="radio" default="0" label="Menu Icon Alignment" description="Alignment of the Menu Icons">
|
||
|
|
<option value="0">Left</option>
|
||
|
|
<option value="1">Right</option>
|
||
|
|
<option value="2">None</option>
|
||
|
|
</param>
|
||
|
|
<param name="menu_images_link" type="radio" default="0" label="Menu Icon Link" description="PARAMMENUICONLINK">
|
||
|
|
<option value="0">No</option>
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
</param>
|
||
|
|
<param name="expand_menu" type="radio" default="0" label="Expand Menu" description="PARAMEXPANDMENU">
|
||
|
|
<option value="0">No</option>
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
</param>
|
||
|
|
<param name="activate_parent" type="radio" default="0" label="Activate parent" description="PARAMACTIVATEPARENT">
|
||
|
|
<option value="0">No</option>
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
</param>
|
||
|
|
<param name="full_active_id" type="radio" default="0" label="Full Active highlighting" description="PARAMFULLACTIVEHIGHLIGHTING">
|
||
|
|
<option value="0">No</option>
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
</param>
|
||
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
||
|
|
<param name="indent_image" type="list" default="0" label="Indent Image" description="Choose which indent image system to utilise">
|
||
|
|
<option value="0">Template</option>
|
||
|
|
<option value="1">Joomla! default images</option>
|
||
|
|
<option value="2">Use params below</option>
|
||
|
|
<option value="3">None</option>
|
||
|
|
</param>
|
||
|
|
<param name="indent_image1" type="imagelist" directory="/images/M_images" default="" label="Indent Image 1" description="Image for the first sub-level" />
|
||
|
|
<param name="indent_image2" type="imagelist" directory="/images/M_images" default="" label="Indent Image 2" description="Image for the second sub-level" />
|
||
|
|
<param name="indent_image3" type="imagelist" directory="/images/M_images" default="" label="Indent Image 3" description="Image for the third sub-level" />
|
||
|
|
<param name="indent_image4" type="imagelist" directory="/images/M_images" default="" label="Indent Image 4" description="Image for the fourth sub-level" />
|
||
|
|
<param name="indent_image5" type="imagelist" directory="/images/M_images" default="" label="Indent Image 5" description="Image for the fifth sub-level" />
|
||
|
|
<param name="indent_image6" type="imagelist" directory="/images/M_images" default="" label="Indent Image 6" description="Image for the sixth sub-level" />
|
||
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
||
|
|
<param name="spacer" type="text" default="" size="5" label="Spacer" description="Spacer for Horizontal menu" />
|
||
|
|
<param name="end_spacer" type="text" default="" size="5" label="End Spacer" description="End Spacer for Horizontal menu" />
|
||
|
|
</params>
|
||
|
|
</install>
|