5

これは私のファイルでは機能しません.phtml

$head = $this->getLayout()->getBlock('head');
$head->setTitle("title blah");
$head->setDescription("description goes here");
$head->setKeywords("apples bananas coconuts");
4

1 に答える 1

7

ビューファイルではなく、そのコードをコントローラーに入れたいと思うでしょう。

于 2012-07-17T11:08:42.857 に答える