mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
21 lines
840 B
XML
21 lines
840 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
<!-- $Id: plugin.xml,v 1.4 2009-07-14 03:50:56 e107coders Exp $ -->
|
|
|
|
<e107Plugin name="LIST_PLUGIN_1" version="1.0" compatibility="0.8" installRequired="true">
|
|
<author name="e107 Inc." url="http://e107.org"/>
|
|
<description>LIST_PLUGIN_2</description>
|
|
<folder>list_new</folder>
|
|
<logLanguageFile filename="languages/--LAN--_admin_list_new.php" />
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
|
<administration>
|
|
<configFile>admin_list_config.php</configFile>
|
|
<icon>icon/list_32.png</icon>
|
|
<iconSmall>icon/list_16.png</iconSmall>
|
|
<caption>LIST_PLUGIN_3</caption>
|
|
<installDone>LIST_PLUGIN_4</installDone>
|
|
</administration>
|
|
<menuLink name="LIST_PLUGIN_5" url="list_new/list.php" />
|
|
<mainPrefs>
|
|
</mainPrefs>
|
|
</e107Plugin> |