【发布时间】:2013-02-25 13:28:44
【问题描述】:
在 Magento CMS 页面中,我添加代码:
{{block type=”core/template” name=”review” template=”catalog/product/reviewall.phtml”}}
网址键是review.html
然后添加文件reviewall.phtml(app/design/frontend/default/mytheme/template/catalog/product/reviewall.phtml)
然后在其文件中添加测试代码。
echo "hello world";
当我访问 URL mysiteurl/review.html 时,没有 hello world 输出。为什么?如何纠正?
【问题讨论】:
标签: magento