我需要在首页上显示新闻文章,但标准方式是将此代码{{block type="profile/profile" name="profile" template="profile/news-front.phtml"}}
放在后端的编辑器中不起作用,即使我已创建文件news-front.phtml
template/profile
。我真的非常需要帮助。 system.log
中的输出为Not valid template file:frontend/base/default/template/profile/news-front.phtml
答案 0 :(得分:0)
块类型真的会成为个人资料/个人资料吗?如果您只是希望以PHP / HTML格式输出文件,您可能需要考虑使用核心/模板而不是配置文件/配置文件。