📄 compiler.tplheader.php
字号:
<?php
/*
* Template Lite plugin
* -------------------------------------------------------------
* File: compiler.tplheader.php
* Type: compiler
* Name: tplheader
* Purpose: Output header containing the source file name and
* the time it was compiled.
* -------------------------------------------------------------
*/
function tpl_compiler_tplheader($arguments, &$tpl)
{
return "\necho '" . $tpl->_file . " compiled at " . date('Y-m-d H:M'). "';";
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -