【发布时间】:2013-08-22 01:28:45
【问题描述】:
这是我的结构: 在 [template_name]/default/layout/page.xml 我创建了新块:
<block type="core/text_list" name="customblock" template="page/html/customblock.phtml" />
在 [模板名称]/default/template/1column.phtml 中
<?php echo $this->getChildHtml('customblock') ?>
并且在 [template_name]/default/template/page/html/customblock.phtml 中是
<h1 style="bacground-color:yellow">Hello this is new reference</h1>
异常日志是空的,我的新块没有显示,有人知道为什么吗?
【问题讨论】: