mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 02:54:39 +01:00
13 lines
668 B
XML
13 lines
668 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Id: plugin.xml,v 1.2 2009-09-24 00:11:20 e107coders Exp $ -->
|
|
|
|
<e107Plugin name="LAN_CONVERT_01" version="1.0" compatibility="0.8" installRequired="true">
|
|
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
|
|
<description>Import into e107</description>
|
|
<category>tools</category>
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
|
<adminLinks>
|
|
<link url='admin_import.php' description='Import into e107' icon='images/import_32.png' iconSmall='images/import_16.png' primary='true' >Import into e107</link>
|
|
</adminLinks>
|
|
</e107Plugin> |