| Current Path : /home/digilove/public_html/components/com_bdthemes_shortcodes/ |
| Current File : /home/digilove/public_html/components/com_bdthemes_shortcodes/controller.php |
<?php
/**
* BDThemes Shortcodes Component
*
* @package Shortcode Ultimate Joomla 3.0
* @subpackage BDThemes Schortcodes
* @copyright Copyright (C) 2011-2014 BDThemes Ltd. All rights reserved.
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
* @author BDThemes
* @author url http://bdthemes.com
*/
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die;
class Bdthemes_shortcodesController extends JControllerSU {
/**
*
* display some view
*/
public function display($cachable = false, $urlparams = false) {
parent::display();
return $this;
}
}