| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php defined('_JEXEC') or die('Restricted access'); ?> 2 <?php /** @todo Should this be routed */ ?> 3 <form action="<?php echo JRoute::_( 'index.php' ); ?>" method="post" name="login" id="login"> 4 <?php if ( $this->params->get( 'show_logout_title' ) ) : ?> 5 <div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"> 6 <?php echo $this->escape($this->params->get( 'header_logout' )); ?> 7 </div> 8 <?php endif; ?> 9 <table border="0" align="center" cellpadding="4" cellspacing="0" class="contentpane<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>" width="100%"> 10 <tr> 11 <td valign="top"> 12 <div> 13 <?php echo $this->image; ?> 14 <?php 15 if ($this->params->get('description_logout')) : 16 echo $this->escape($this->params->get('description_logout_text')); 17 endif; 18 ?> 19 </div> 20 </td> 21 </tr> 22 <tr> 23 <td align="center"> 24 <div align="center"> 25 <input type="submit" name="Submit" class="button" value="<?php echo JText::_( 'Logout' ); ?>" /> 26 </div> 27 </td> 28 </tr> 29 </table> 30 31 <br /><br /> 32 33 <input type="hidden" name="option" value="com_user" /> 34 <input type="hidden" name="task" value="logout" /> 35 <input type="hidden" name="return" value="<?php echo $this->return; ?>" /> 36 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |