| Current Path : /home/sunflowe/www/templates/yoo_revista/warp/systems/joomla/layouts/com_users/login/ |
| Current File : /home/sunflowe/www/templates/yoo_revista/warp/systems/joomla/layouts/com_users/login/default.php |
<?php
/**
* @package Warp Theme Framework
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
// no direct access
defined('_JEXEC') or die;
// logged in ?
echo $this->loadTemplate($this->user->get('guest') ? 'login' : 'logout');