| Current Path : /home/azimutno/azimutno/www/plugins/nextendslidertype/showcase/ |
| Current File : /home/azimutno/azimutno/www/plugins/nextendslidertype/showcase/showcase.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 plgNextendSliderTypeShowcase extends NextendPluginBase {
var $_name = 'showcase';
function onNextendSliderTypeList(&$list){
$list[$this->_name] = $this->getPath();
}
static function getPath(){
return dirname(__FILE__).DIRECTORY_SEPARATOR.'showcase'.DIRECTORY_SEPARATOR;
}
}
NextendPlugin::addPlugin('nextendslidertype', 'plgNextendSliderTypeShowcase');