Your IP : 216.73.216.208


Current Path : /home/azimutno/www/plugins/nextendsliderwidget/shadow/
Upload File :
Current File : /home/azimutno/www/plugins/nextendsliderwidget/shadow/shadow.php

<?php
/*
# author Roland Soos
# copyright Copyright (C) Nextendweb.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-3.0.txt GNU/GPL
*/
defined('_JEXEC') or die('Restricted access'); ?><?php

class plgNextendSliderWidgetShadow extends NextendPluginBase {

    var $_group = 'shadow';

    function onNextendSliderWidgetList(&$list) {
        $list[$this->_group] = array(NextendText::_('Shadows'), $this->getPath(), 7);
    }

    function getPath() {
        return dirname(__FILE__) . DIRECTORY_SEPARATOR . 'shadow' . DIRECTORY_SEPARATOR;
    }
}
NextendPlugin::addPlugin('nextendsliderwidget', 'plgNextendSliderWidgetShadow');