fix image

This commit is contained in:
Niels Nübel
2021-02-19 15:57:49 +01:00
parent c2e55b1240
commit ac6d74b582
10 changed files with 313 additions and 1 deletions
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.9" type="plugin" group="system" method="upgrade">
<name>plg_system_kickyootheme</name>
<author>Kicktemp GmbH</author>
<creationDate>30 September 2019</creationDate>
<copyright>Copyright © 2019 Kicktemp GmbH. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>hello@kicktemp.com</authorEmail>
<authorUrl>https://kicktemp.com</authorUrl>
<version>@@VERSION</version>
<description>PLG_SYSTEM_KICKYOOTHEME_XML_DESCRIPTION</description>
<files>
<folder>language</folder>
<folder>fields</folder>
<file plugin="kickyootheme">kickyootheme.php</file>
</files>
<scriptfile>kickscript.php</scriptfile>
<config>
<fields name="params" addfieldpath="/plugins/system/kickyootheme/fields">
<fieldset name="basic">
<field type="kickdonation" />
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="System Plugin Kick YOOtheme Pro">
https://update.kicktemp.com/joomla/plugins/plg_system_kickyootheme/update.xml
</server>
</updateservers>
</extension>