This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/administrator/modules/mod_quickicon.xml

22 lines
879 B
XML
Raw Permalink Normal View History

<?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>