17 lines
631 B
XML
17 lines
631 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<install version="1.5" type="plugin" group="content">
|
||
|
|
<name>Content - Example</name>
|
||
|
|
<author>Joomla! Project</author>
|
||
|
|
<creationDate>July 2007</creationDate>
|
||
|
|
<copyright>Copyright (C) 2005 - 2010 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</version>
|
||
|
|
<description>An example content plugin</description>
|
||
|
|
<files>
|
||
|
|
<filename plugin="example">example.php</filename>
|
||
|
|
</files>
|
||
|
|
<params/>
|
||
|
|
</install>
|