Question2Answer(q2a)主题模板制作入门
前段时间做了个简单的Q2A主题,有朋友留言说比较乱,于是决定写一篇简单的说明供大家参考,想到哪儿写到哪儿,稍微有点乱。
主题快捷传送门:https://feifei.im/archives/60
一.“qa-theme.php”为重写的主题文件,它继承自“qa-include\qa-theme-base.php”
<?php
class qa_html_theme extends qa_html_theme_base
{
二.页面html声明
function doctype() { $this->output('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">'); }