|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/performancepartsinc/main/templates/beez/html/com_user/login/ |
Upload File : |
<?php // @version $Id: default_logout.php 12352 2009-06-24 13:52:57Z ian $
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<form action="<?php echo JRoute::_( 'index.php' ); ?>" method="post" name="login" id="login" class="logout_form<?php echo $this->escape($this->params->get( 'pageclass_sfx' )); ?>">
<?php if ( $this->params->get( 'show_logout_title' ) ) : ?>
<h1 class="componentheading<?php echo $this->escape($this->params->get( 'pageclass_sfx' )); ?>">
<?php echo $this->params->get( 'header_logout' ); ?>
</h1>
<?php endif; ?>
<?php if ( $this->params->get( 'description_logout' ) || isset( $this->image ) ) : ?>
<div class="contentdescription<?php echo $this->escape($this->params->get( 'pageclass_sfx' )); ?>">
<?php if (isset ($this->image)) :
echo $this->image;
endif;
if ( $this->params->get( 'description_logout' ) ) : ?>
<p>
<?php echo $this->params->get('description_logout_text'); ?>
</p>
<?php endif;
if (isset ($this->image)) : ?>
<div class="wrap_image"> </div>
<?php endif; ?>
</div>
<?php endif; ?>
<p><input type="submit" name="Submit" class="button" value="<?php echo JText::_( 'Logout' ); ?>" /></p>
<input type="hidden" name="option" value="com_user" />
<input type="hidden" name="task" value="logout" />
<input type="hidden" name="return" value="<?php echo $this->return; ?>" />
</form>