| [ Index ] |
PHP Cross Reference of Joomla 1.5.25 |
[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::_( 'Locale Settings' ); ?></legend> 5 <table class="admintable" cellspacing="1"> 6 <tbody> 7 <tr> 8 <td width="185" class="key"> 9 <span class="editlinktip hasTip" title="<?php echo JText::_( 'Time Zone' ); ?>::<?php echo JText::_( 'TIPDATETIMEDISPLAY' ) .': '. JHTML::_('date', 'now', JText::_('DATE_FORMAT_LC2')); ?>"> 10 <?php echo JText::_( 'Time Zone' ); ?> 11 </span> 12 </td> 13 <td> 14 <?php echo $lists['offset']; ?> 15 </td> 16 </tr> 17 </tbody> 18 </table> 19 </fieldset>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Nov 14 16:47:20 2011 | Cross-referenced by PHPXref 0.7.1 |