1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00
php-e107/e107_plugins/pm/plugin.xml
2012-08-22 03:38:38 +00:00

14 lines
695 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.13 2009-12-11 22:33:15 e107steved Exp $ -->
<e107Plugin name="Private Messenger" lang="ADLAN_PM" version="3.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<author name="e107 Inc." email="devs@e107.org" />
<description lang="ADLAN_PM_57">This plugin is a fully featured Private Messaging system.</description>
<category>users</category>
<languageFiles>
<file type='log' path='languages/--LAN--_log.php' />
</languageFiles>
<adminLinks>
<link url='pm_conf.php' description='ADLAN_PM_2' icon='images/pvt_message_32.png' iconSmall='images/pvt_message_16.png' primary='true' />
</adminLinks>
</e107Plugin>