【发布时间】:2016-04-20 17:28:51
【问题描述】:
我正在尝试在 cakephp 3 中使用元标记和描述。到目前为止它正在工作,但我面临的问题是我无法将它放在我的页面中,因为我的 .ctp 文件呈现在我的默认.ctp
例如,我的 default.ctp 中有我的菜单、页脚等,而我的 faq 页面在 faq.ctp 我如何推送这些
<?php
echo $this->Html->meta('description','enter any meta description here');
?>
head 标签中的元描述?我需要像 smarty 这样的模板语言并使用块吗?
【问题讨论】:
标签: cakephp metadata smarty head cakephp-3.x