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_docman_top.xml
2012-09-18 20:02:43 +00:00

17 lines
734 B
XML

<?xml version="1.0" ?>
<mosinstall type="module">
<name>Most downloaded documents - admin module</name>
<creationDate>February 2009</creationDate>
<author>Joomlatools</author>
<copyright>This template is released under the GNU/GPL License</copyright>
<authorEmail>support@joomlatools.eu</authorEmail>
<authorUrl>www.joomlatools.eu</authorUrl>
<version>1.4.0</version>
<description>Shows the most downloaded documents in the DOCman admin control panel</description>
<files>
<filename module="mod_docman_top">mod_docman_top.php</filename>
</files>
<params>
<param name="limit" type="text" default="10" label="Limit" description="The number of documents to display (default 10)" />
</params>
</mosinstall>