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/components/com_weblinks/weblinks_item.xml
2012-09-18 20:02:43 +00:00

20 lines
875 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="component" version="1.0.0">
<name>Weblinks</name>
<author>Joomla! Project</author>
<creationDate>July 2004</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 component shows a listing of Weblinks</description>
<params>
<param name="target" type="list" default="0" label="Target" description="Target window when the link is clicked">
<option value="0">Parent Window With Browser Navigation</option>
<option value="1">New Window With Browser Navigation</option>
<option value="2">New Window Without Browser Navigation</option>
</param>
</params>
</mosinstall>