first commit
This commit is contained in:
11
modules/mod_smartslider3/mod_smartslider3.php
Normal file
11
modules/mod_smartslider3/mod_smartslider3.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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);
|
||||
}
|
||||
Reference in New Issue
Block a user