【发布时间】:2019-07-06 20:28:43
【问题描述】:
我想让我的 CMS 页面之一访问位于 frontend/default/[theme]/[plugin] 目录中的模板。
我当前访问此模板的代码是这样的:
{{block type="core/template" template="path/to/template.phtml"}}
这会检查 frontend/base/default/template/... 是否有变量类型可以检查默认文件夹中的模板?
【问题讨论】:
标签: magento content-management-system