Spade
Mini Shell
PKl�[A���fields/editslider.phpnu�[���<?php
use Nextend\SmartSlider3\Platform\Joomla\Module\Field\FieldEditSlider;
defined('_JEXEC') or die;
class_alias(FieldEditSlider::class,
'JFormFieldEditSlider');PKl�[fields/index.htmlnu�[���PKl�[
index.htmlnu�[���PKl�[t�\z��mod_smartslider3.phpnu�[���<?php
use Nextend\SmartSlider3\Platform\Joomla\JoomlaModule;
defined('_JEXEC') or die;
jimport("smartslider3.joomla");
if
(class_exists('\Nextend\SmartSlider3\Platform\Joomla\JoomlaModule'))
{
new JoomlaModule($params);
}PKl�[�;���mod_smartslider3.xmlnu�[���<?xml
version="1.0" encoding="utf-8"?>
<extension type="module" version="3.9.0"
method="upgrade" client="site">
<name>Smart Slider 3 Module</name>
<author>Nextendweb</author>
<creationDate>2021-05-31</creationDate>
<copyright>Copyright (C) 2020 Nextendweb.com. All rights
reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.txt GNU General
Public License</license>
<authorEmail>roland@nextendweb.com</authorEmail>
<authorUrl>https://smartslider3.com</authorUrl>
<version>3.5.0.8</version>
<description>This module displays sliders from Smart Slider 3.
You can create the sliders in the Smart Slider 3
component!
</description>
<config>
<fields name="params">
<fieldset name="basic"
addfieldpath="/modules/mod_smartslider3/fields">
<field name="slider" type="sql"
default="1" label="Select a slider"
query="SELECT id, CONCAT('#', id,
' - ', title) AS title FROM #__nextend2_smartslider3_sliders
WHERE status = 'published' ORDER BY time DESC "
key_field="id"
value_field="title"/>
<field name="editslider"
type="editslider" default="" label=""/>
</fieldset>
<fieldset name="advanced">
<field name="moduleclass_sfx"
type="text"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC"/>
</fieldset>
</fields>
</config>
<files>
<filename
module="mod_smartslider3">mod_smartslider3.php</filename>
<filename>mod_smartslider3.xml</filename>
<folder>fields</folder>
<filename>index.html</filename>
</files>
</extension>PKl�[A���fields/editslider.phpnu�[���PKl�[�fields/index.htmlnu�[���PKl�[
,index.htmlnu�[���PKl�[t�\z��fmod_smartslider3.phpnu�[���PKl�[�;����mod_smartslider3.xmlnu�[���PK��