“ meta_keywords”未在自定义模块控制器的前端显示。 这是我的代码段:
公共函数indexAction(){
$this->loadLayout();
$head = $this->getLayout()->getBlock('head');
$head->setTitle('metaTitle')->setKeywords('meta_keywords')
->setDescription('meta_description');
$this->renderLayout();
}