Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/components/com_quix/views/collection/tmpl/
Upload File :
Current File : /home/pteabiscqq/www/components/com_quix/views/collection/tmpl/default.php

<?php
/**
 * @version    CVS: 1.0.0
 * @package    com_quix
 * @author     ThemeXpert <info@themexpert.com>
 * @copyright  Copyright (C) 2015. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */
// No direct access
defined('_JEXEC') or die;

JHtml::_('jquery.framework');
JHtml::_('bootstrap.framework');
?>

<?php if (isset($this->item) && !empty($this->item->text)) : ?>
	<?php echo $this->item->text; ?>
<?php else: ?>
	<?php echo JText::_('COM_QUIX_ITEM_NOT_LOADED');
endif;
?>