typecho的前后端感觉没有做到分离,比如这些代码,
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?><?php $this->need('header.php'); ?> <?php $this->archiveTitle(array( 'category' => _t('分类 %s 下的文章'), 'search' => _t('包%本文来源gaodai#ma#com搞*代#码9网#搞gaodaima代码含关键字 %s 的文章'), 'tag' => _t('标签 %s 下的文章'), 'author' => _t('%s 发布的文章') ), '', ''); ?>
<?php if ($this->have()): ?> <?php while($this->next()): ?>
permalink() ?>"><?php $this->title() ?>
<?php $this->content('- 阅读剩余部分 -'); ?>