-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.xml
More file actions
22 lines (22 loc) · 957 Bytes
/
plugin.xml
File metadata and controls
22 lines (22 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Testimonials" lan="LAN_PLUGIN_TESTIMONIALS_NAME" version="3.0" date="2015-03-25" compatibility="2.0" installRequired="true" >
<author name="lonalore" url="http://lonalore.hu" />
<summary lan="LAN_PLUGIN_TESTIMONIALS_SUMM">Simple testimonials plugin.</summary>
<description lan="LAN_PLUGIN_TESTIMONIALS_DESC">Simple testimonials plugin.</description>
<keywords>
<word>testimonials</word>
<word>quotes</word>
</keywords>
<category>content</category>
<copyright></copyright>
<adminLinks>
<link url="admin_config.php" description="" icon="images/testimonials_32.png" iconSmall="images/testimonials_16.png" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name='tm_menu_items'>3</pref>
<pref name='tm_submit_role'>253</pref>
<pref name='tm_use_captcha'>1</pref>
<pref name='tm_approval'>1</pref>
<pref name='tm_trim'>250</pref>
</pluginPrefs>
</e107Plugin>