Your IP : 10.10.0.253


Current Path : /var/www/modules/mod_smartslider3/
Upload File :
Current File : /var/www/modules/mod_smartslider3/mod_smartslider3.php

<?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);
}