2009-07-23 16:43:03 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2009-09-18 22:36:09 +00:00
|
|
|
<!-- $Id: plugin.xml,v 1.2 2009-09-18 22:36:09 e107coders Exp $ -->
|
2009-07-23 16:43:03 +00:00
|
|
|
|
|
|
|
<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>
|
2009-09-18 22:36:09 +00:00
|
|
|
<category>content</category>
|
2009-07-23 16:43:03 +00:00
|
|
|
<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>
|