我只想使用.phtml
在类别页面上添加xml
模板文件。
我尝试过以下代码但注意成功。
<catalog_category_default>
<reference name="header">
<block type="catalog/category_view" as="catalog_category_banner" name="catalog.category.banner" template="catalog/category/category-header.phtml"/>
</reference>
</catalog_category_default>
并在header.phtml
档案中提供以下内容。
<?php echo $this->getChildHtml('catalog_category_banner'); ?>
提前致谢
答案 0 :(得分:0)
<default>
<reference name="header">
<block type="catalog/category_view" as="catalog_category_banner" name="catalog.category.banner" template="catalog/category/category-header.phtml"/>
</reference>
</default>
in header.phtml use $this->getChildHtml('catalog_category_banner');