mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 21:18:04 +01:00
19 lines
783 B
XML
19 lines
783 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Id: plugin.xml,v 1.1 2009-07-23 16:43:03 e107coders Exp $ -->
|
|
|
|
<e107Plugin name="Banners" version="1.0" compatibility="0.8" installRequired="true">
|
|
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
|
|
<description>FBLAN_02</description>
|
|
<logLanguageFile filename="languages/--LAN--_admin_banner.php" />
|
|
<folder>banner</folder>
|
|
<category>misc</category>
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
|
<administration>
|
|
<configFile>admin_banner.php</configFile>
|
|
<icon>images/banners_32.png</icon>
|
|
<iconSmall>images/banners_16.png</iconSmall>
|
|
<caption>Configure Banners</caption>
|
|
<installDone></installDone>
|
|
</administration>
|
|
</e107Plugin> |