| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/icd/modules/mod_cn_mobileMenu/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0">
<name>Mobile Menu 1.4</name>
<author>Caleb Nance</author>
<creationDate>August 2010</creationDate>
<copyright>http://www.CalebNance.com</copyright>
<license>GNU/GPL license: http://www.gnu.org/copyleft/gpl.html</license>
<authorEmail>CalebNance@gmail.com</authorEmail>
<authorUrl>http://www.CalebNance.com</authorUrl>
<version>1.4</version>
<description>This is a module that you can use for your iPhone/BlackBerry/Droid template to be able to have a drop down menu and save room on the small screen of the mobile device. Please give me feed back and bugs you find on it. Visit CalebNance.com, and fill out the contact me form, or just e-mail me at CalebNance@gmail.com. Thanks for downloading and hope this helped you out! Have a great day!</description>
<files>
<filename module="mod_cn_mobileMenu">mod_cn_mobileMenu.php</filename>
<filename>mod_cn_mobileMenu.xml</filename>
<filename>helper.php</filename>
<filename>index.html</filename>
<filename>tmpl/index.html</filename>
<filename>tmpl/default.php</filename>
</files>
<params addpath="/modules/mod_mobileMenu/element">
<param name="@spacer1" type="spacer" default=" " label="" description="" />
<param name="menu" type="menu" default="" label="Menu" description="This is the menu that you want to be displayed in the drop-down." />
<param name="sublevel" type="list" default="all" label="Sublevel" description="This is the sublevel of the menu that you want to be displayed in the drop-down.">
<option value="all">All</option>
<option value="0">Main</option>
<option value="1">1st Level</option>
<option value="2">2nd Level</option>
<option value="3">3rd Level</option>
<option value="4">4th Level</option>
<option value="5">5th Level</option>
</param>
<param name="seperator" type="text" default="*" label="Sublevel Seperator" description="This is what you want all the sublevels to have in front of." />
<param name="@spacer2" type="spacer" default=" " label="" description="" />
</params>
<params group="advanced">
<param name="@spacer3" type="spacer" default="These params are for the editing of the actual drop-down menu box itself." label="" description="" />
<param name="@spacer4" type="spacer" default="" label="" description="" />
<param name="txtcolor" type="text" default="#000000" label="Text Color" description="This is the text color." />
<param name="bgcolor" type="text" default="#FFFFFF" label="Background Color" description="This is the background color." />
<param name="fontsize" type="text" default="12px" label="Font-size" description="This is where you put the font-size, followed by px" />
<param name="@spacer5" type="spacer" default="" label="" description="" />
<param name="width" type="text" default="100px" label="Width" description="This is the box width, followed by px (ex. 900px)." />
<param name="height" type="text" default="20px" label="Height" description="This is the box height, followed by px (ex. 900px)." />
</params>
</install>