git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
22 lines
879 B
XML
22 lines
879 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<mosinstall type="module">
|
|
<name>Quick Icons</name>
|
|
<author>Joomla! Project</author>
|
|
<creationDate>January 2005</creationDate>
|
|
<copyright>(C) 2005 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.0.0</version>
|
|
<description>This module shows the quickicon buttons in the Admin homepage or `Control Panel`</description>
|
|
<files>
|
|
<filename module="mod_quickicon">mod_quickicon.php</filename>
|
|
</files>
|
|
<params>
|
|
<param name="securitycheck" type="radio" default="1" label="Security Check" description="Select whether to show the Security Check warning">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
</params>
|
|
</mosinstall>
|