| Current Path : /home/azimutno/www/demo/libraries/nextend/smartslider/admin/views/sliders_settings/ |
| Current File : /home/azimutno/www/demo/libraries/nextend/smartslider/admin/views/sliders_settings/view.html.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 NextendSmartsliderAdminViewSliders_Settings extends NextendView {
var $xml = 'default';
function layoutAction($tpl) {
$this->xml = 'layout';
$this->render($tpl);
}
function fontAction($tpl) {
$this->xml = 'font';
$this->render('font');
}
function joomlaAction($tpl) {
$this->xml = 'joomla';
$this->render($tpl);
}
}