Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/htaccess.back/smartslider3/src/SmartSlider3/Platform/Joomla/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/htaccess.back/smartslider3/src/SmartSlider3/Platform/Joomla/compat.php

<?php

use Nextend\SmartSlider3\Application\ApplicationSmartSlider3;

function nextend_smartslider3($sliderId, $usage = 'Used in PHP')
{

    $applicationTypeFrontend = ApplicationSmartSlider3::getInstance()
                                                     
->getApplicationTypeFrontend();

    $applicationTypeFrontend->process('slider',
'display', false, array(
        'sliderID' => $sliderId,
        'usage'    => $usage
    ));
}