config_debug.php
来自「Joomla!是一套获得过多个奖项的内容管理系统(Content Managem」· PHP 代码 · 共 28 行
PHP
28 行
<fieldset class="adminform"> <legend><?php echo JText::_( 'Debug Settings' ); ?></legend> <table class="admintable" cellspacing="1"> <tbody> <tr> <td width="185" class="key"> <span class="editlinktip hasTip" title="<?php echo JText::_( 'Enable Debugging' ); ?>::<?php echo JText::_('TIPDEBUGGINGINFO'); ?>"> <?php echo JText::_( 'Debug System' ); ?> </span> </td> <td> <?php echo $lists['debug']; ?> </td> </tr> <tr> <td class="key"> <span class="editlinktip hasTip" title="<?php echo JText::_( 'Debug Language' ); ?>::<?php echo JText::_('TIPDEBUGLANGUAGE'); ?>"> <?php echo JText::_( 'Debug Language' ); ?> </span> </td> <td> <?php echo $lists['debug_lang']; ?> </td> </tr> </table></fieldset>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?