-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelectroneum.xml
55 lines (53 loc) · 2.53 KB
/
electroneum.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="3.1" method="upgrade" group="hikashoppayment">
<name>Electroneum Payment Plugin</name>
<creationDate>Dec 2018</creationDate>
<version>1.0.0</version>
<author>Hikashop</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.joomlapro.com</authorUrl>
<copyright>(C) 2010-2018 HIKARI SOFTWARE. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<description>
<![CDATA[<html>
<table class="table">
<tr><td><a href="https://joomlapro.com" target="_blank"><img src="https://joomlapro.com/images/logo1.png"></a></td><td><h3>Electroneum Payment Plugin for Hikashop is downloaded from joomlapro.com.</h3><hr>We have built quality Joomla extension since 2012. JoomlaPro is a company under <a href="http://joomlaproffs.se/" target="_blank">joomlaproffs.se</a></td>
</tr>
<tr>
<td colspan="2" style="text-align:right; padding:10px 0 0 0; border-bottom:0px none">
<a href="https://joomlaproffs.se/" target="_blank"><img src="https://joomlapro.com/images/logo2.png"></a>
</td>
</tr>
<tr>
<td colspan="2" style="border-top:0px; display:none;" id="donation_tr">
<table class="table table-striped">
<tr>
<td>
<div class="" style="margin-bottom:10px; ">
<p>Please donate to the creators and maintainers of this Electroneum Donate plugin by Joomlapro.com.</p>
<a id="activebtn" style="width:163px;" class="modal btn btn-success" href="https://joomlapro.com/donate" rel="{handler: 'iframe', size: {x: 500, y: 450}}">Donate</a>
</div>
<p>If problem please go to <a href="https://joomlapro.com/donate" target="_blank">https://joomlapro.com/donate</a></p>
</td>
</tr>
</table>
</td>
</table>
]]>
</description>
<files>
<filename plugin="electroneum">electroneum.php</filename>
<filename>electroneum_configuration.php</filename>
<filename>electroneum_end.php</filename>
</files>
<params addpath="/components/com_hikashop/params">
<param name="pluginoptions" type="pluginoptions" default="plugin" label="hikashop" description="HikaShop options" />
</params>
<config>
<fields name="params" addfieldpath="/components/com_hikashop/fields">
<fieldset name="basic">
<field id="pluginoptions" name="pluginoptions" type="pluginoptions" label="hikashop" description="HikaShop options" />
</fieldset>
</fields>
</config>
</extension>