bottom.tmpl
来自「PhpWiki是sourceforge的一个开源项目」· TMPL 代码 · 共 11 行
TMPL
11 行
<?php // -*-html-*- rcs_id('$Id: bottom.tmpl,v 1.2 2004/12/15 17:47:32 rurban Exp $');?><!--span id="bottom" style="margin-left: 25px"--><!-- Add your Disclaimer here --><?php if (!$WikiTheme->DUMP_MODE) { ?><?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?><?php if (defined('DEBUG') and DEBUG & 1) { ?><?= Template('debug') ?><?php } ?><?php } ?><!--/span-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?