| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // no direct access 2 defined( '_JEXEC' ) or die( 'Restricted access' ); ?> 3 <fieldset class="adminform"> 4 <legend><?php echo JText::_( 'Session Settings' ); ?></legend> 5 <table class="admintable" cellspacing="1"> 6 <tbody> 7 <tr> 8 <td class="key"> 9 <span class="editlinktip hasTip" title="<?php echo JText::_( 'Session Lifetime' ); ?>::<?php echo JText::_( 'TIPAUTOLOGOUTTIMEOF' ); ?>"> 10 <?php echo JText::_( 'Session Lifetime' ); ?> 11 </span> 12 </td> 13 <td> 14 <input class="text_area" type="text" name="lifetime" size="10" value="<?php echo $row->lifetime; ?>" /> 15 <?php echo JText::_('minutes'); ?> 16 </td> 17 </tr> 18 <tr> 19 <td class="key"> 20 <span class="editlinktip hasTip" title="<?php echo JText::_( 'Session Handler' ); ?>::<?php echo JText::_( 'TIPSESSIONHANDLER' ); ?>"> 21 <?php echo JText::_( 'Session Handler' ); ?> 22 </span> 23 </td> 24 <td> 25 <strong><?php echo $lists['session_handlers']; ?></strong> 26 </td> 27 </tr> 28 </tbody> 29 </table> 30 </fieldset>
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 |