| Current Path : /var/www/modules/mod_smartslider3/ |
| 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);
}