如何在Magento Review页面上更改标题?

时间:2011-05-17 14:24:56

标签: magento

例如,我需要在评论页面标题中的“产品名称”之前添加两个单词“Reviews for:” 如何?找不到方法 THX!

1 个答案:

答案 0 :(得分:1)

我认为您可以使用观察者为 review_controller_product_init_after 事件执行此操作。 在观察者中,您可以使用以下方法:

$this->getControllerAction()->getLayout()->getBlock('head')->setTitle(...)