| Current Path : /home/digilove/public_html/components/com_bdthemes_shortcodes/views/item/ |
| Current File : /home/digilove/public_html/components/com_bdthemes_shortcodes/views/item/view.html.php |
<?php
/**
* BDThemes Shortcodes Component
*
* @package Joomla
* @subpackage BDThemes Schortcodes Component
* @copyright Copyright (C) 2011 BDThemes Ltd. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* @author BDThemes
* @author url http://bdthemes.com
*/
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die('Restricted access');
jimport('joomla.application.component.view');
class Bdthemes_shortcodesViewItem extends JMasterViewSU {
/**
* the main disply function
*/
public function display($tpl = null) {
parent::display($tpl);
}
}