mirror of
https://github.com/e107inc/e107.git
synced 2025-02-12 10:40:20 +01:00
17 lines
837 B
XML
17 lines
837 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Id: plugin.xml,v 1.5 2009-12-08 17:21:34 secretr Exp $ -->
|
|
|
|
<e107Plugin name="Banners" version="1.0" compatibility="0.8" installRequired="true" releaseUrl=''>
|
|
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
|
|
<description>BNRLAN_100</description>
|
|
<languageFiles>
|
|
<file type='log' path='languages/--LAN--_admin_banner.php' />
|
|
<file type='install' path='languages/--LAN--_admin_banner.php' />
|
|
</languageFiles>
|
|
<category>content</category>
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
|
<adminLinks>
|
|
<link url='admin_banner.php' description='Configure Banners' icon='images/banners_32.png' iconSmall='images/banners_16.png' primary='true' >Configure Banners</link>
|
|
</adminLinks>
|
|
</e107Plugin> |