mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 02:54:39 +01:00
17 lines
961 B
XML
17 lines
961 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt) -->
|
|
<!-- $Id: plugin.xml,v 1.1 2009-11-19 20:24:21 e107steved Exp $ -->
|
|
<e107Plugin name="Newsletter" lang="NLLAN_01" version="1.1" date="2012-08-01" compatibility="2.0" installRequired="true">
|
|
<author name="e107 Inc, nlstart" url="http://e107.org" />
|
|
<description lang="NLLAN_02">Provides a quick and easy way to configure and send newsletters</description>
|
|
<folder>newsletter</folder>
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
|
<category>content</category>
|
|
<languageFiles>
|
|
<file type='log' path='languages/--LAN--_admin_newsletter.php' />
|
|
</languageFiles>
|
|
<adminLinks>
|
|
<link url='admin_config.php' description='LAN_CONFIGURE' icon='images/nl_32.png' iconSmall='images/nl_16.png' primary='true' />
|
|
</adminLinks>
|
|
<mainPrefs/>
|
|
</e107Plugin> |