| Current Path : /home/cbequiperp/www/administrator/components/com_falang/views/elements/tmpl/ |
| Current File : /home/cbequiperp/www/administrator/components/com_falang/views/elements/tmpl/default.php |
<?php
/**
* @package Falang for Joomla!
* @author Stéphane Bouey <stephane.bouey@faboba.com> - http://www.faboba.com
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
* @copyright Copyright (C) 2010-2017. Faboba.com All rights reserved.
*/
// No direct access to this file
defined('_JEXEC') or die;
$user = JFactory::getUser();
$db = JFactory::getDBO();
?>
<?php if ($this->showMessage) : ?>
<?php echo $this->loadTemplate('message'); ?>
<?php endif; ?>
<?php echo $this->loadTemplate('list'); ?>