* 修改 ThinkPHP\Library\Think\View.class.php 107 $this->show() 使用页面布局的错误 LAYOUT 2014 10 14
$templateFile = $this->parseTemplate($templateFile);
if(empty($content)) {
// 模板文件不存在直接返回
if(!is_file($templateFile)) E(L('_TEMPLATE_NOT_EXIST_').':'.$templateFile);
}