Emlog Pro 主题开发:从零搭一个极简模板
一、目录结构 模板放在 content/templates/你的别名/,必须包含 header.php、footer.php、log_list.php、echo_log.php、module.php、style.css。 二、头部安全检查 每个 PHP 模板文件开头都要加防直访: <?php if (!defined('EMLOG_ROOT')) { exit('error!'); } ?...
阅读全文 →一、目录结构 模板放在 content/templates/你的别名/,必须包含 header.php、footer.php、log_list.php、echo_log.php、module.php、style.css。 二、头部安全检查 每个 PHP 模板文件开头都要加防直访: <?php if (!defined('EMLOG_ROOT')) { exit('error!'); } ?...
阅读全文 →