-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.xml
27 lines (27 loc) · 1.39 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="EU cookies" lan="LAN_PLUGIN_EUC_NAME" version="1.1" date="2017-10-30" compatibility="2.0" installRequired="true" >
<author name="Roland Graf (OxigenO2)" url="http://github.com/oxigeno2/eu_cookies" />
<summary lan="LAN_PLUGIN_EUC_SUMMARY">EU Cookie informs users that your site uses cookies</summary>
<description lan="LAN_PLUGIN_EUC_DESCRIPTION">EU Cookie informs users that your site uses cookies, plugin created with the help a script Divas Cookies.</description>
<keywords>
<word>eu</word>
<word>cookies</word>
</keywords>
<category>tools</category>
<adminLinks>
<link url="admin_config.php" description="" icon="images/eu_cookies_32.png" iconSmall="images/eu_cookies_16.png" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name='eu_cookie_text'>This website uses cookies.</pref>
<pref name='eu_cookie_policylink'>More info</pref>
<pref name='eu_cookie_btn'>I understand</pref>
<pref name='eu_cookie_position'>top</pref>
<pref name='eu_cookie_theme'>dark</pref>
<pref name='eu_cookie_openeffect'>fade</pref>
<pref name='eu_cookie_openeffectduration'>600</pref>
<pref name='eu_cookie_openeffecteasing'>swing</pref>
<pref name='eu_cookie_closeeffect'>slideDown</pref>
<pref name='eu_cookie_closeeffectduration'>600</pref>
<pref name='eu_cookie_closeeffecteasing'>swing</pref>
</pluginPrefs>
</e107Plugin>