first commit
This commit is contained in:
11
plugins/installer/smartslider3/smartslider3.php
Normal file
11
plugins/installer/smartslider3/smartslider3.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
use Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginInstallerSmartSlider3;
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
jimport("smartslider3.joomla");
|
||||
|
||||
if (class_exists('\Nextend\SmartSlider3\Platform\Joomla\Plugin\PluginInstallerSmartSlider3')) {
|
||||
class_alias(PluginInstallerSmartSlider3::class, 'plgInstallerSmartslider3');
|
||||
}
|
||||
Reference in New Issue
Block a user