1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 19:15:19 +01:00
Cameron 04ea1f46d0 Modification to plugin.xml and theme.xml spec. 'lan=' instead of 'lang='.
Added <summary> and <keywords>
Plugin builder enhanced to match these changes
2012-12-05 16:43:53 -08:00

20 lines
1.0 KiB
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" date="2012-08-01" compatibility="0.8" installRequired="true">
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
<summary>Add advertising banners to your e107 website</summary>
<description lang="BNRLAN_100">Add advertising banners to your e107 website</description>
<keywords>
<word>banners</word>
<word>advertise</word>
</keywords>
<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>