Your IP : 216.73.216.240


Current Path : /home/juvelize/martine/plugins/system/helix/html/com_users/login/
Upload File :
Current File : /home/juvelize/martine/plugins/system/helix/html/com_users/login/default.php

<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_users
 *
 * @copyright   Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

if ($this->user->get('guest')):
	// The user is not logged in.
	echo $this->loadTemplate('login');
else:
	// The user is already logged in.
	echo $this->loadTemplate('logout');
endif;