| Current Path : /home/smartconb/www/armencom33/administrator/components/com_falang/views/elements/tmpl/ |
| Current File : /home/smartconb/www/armencom33/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-2023. Faboba.com All rights reserved.
*/
// No direct access to this file
use Joomla\CMS\Factory;
defined('_JEXEC') or die;
$user = Factory::getUser();
$db = Factory::getDBO();
?>
<?php if ($this->showMessage) : ?>
<?php echo $this->loadTemplate('message'); ?>
<?php endif; ?>
<?php echo $this->loadTemplate('list'); ?>