| [ 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::_( 'Debug Settings' ); ?></legend> 5 <table class="admintable" cellspacing="1"> 6 7 <tbody> 8 <tr> 9 <td width="185" class="key"> 10 <span class="editlinktip hasTip" title="<?php echo JText::_( 'Enable Debugging' ); ?>::<?php echo JText::_('TIPDEBUGGINGINFO'); ?>"> 11 <?php echo JText::_( 'Debug System' ); ?> 12 </span> 13 </td> 14 <td> 15 <?php echo $lists['debug']; ?> 16 </td> 17 </tr> 18 <tr> 19 <td class="key"> 20 <span class="editlinktip hasTip" title="<?php echo JText::_( 'Debug Language' ); ?>::<?php echo JText::_('TIPDEBUGLANGUAGE'); ?>"> 21 <?php echo JText::_( 'Debug Language' ); ?> 22 </span> 23 </td> 24 <td> 25 <?php echo $lists['debug_lang']; ?> 26 </td> 27 </tr> 28 </table> 29 </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 |