thinkphp テンプレートには問題が含まれています
IndexAction.class.php コントローラー コード:
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php class IndexAction extends Action{ function index(){ $this->display(); } } ?>
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <frameset rows="50%,*"> <frame src="__ROOT__/admin.php/Public/header"/> <frame src="__ROOT__/admin.php/Public/footer"/> </frameset>