2008-12-15

如何设置title、keywords

类归于: symfony — 标签:zhuozi @ 18:06
//声明
$response = $this->getResponse();
//设置title
$response->setTitle($this->getContext()->getI18N()->__('Welcomt to visit website'));
//设置keywords
$response->addMeta('keywords', 'home');

评论暂缺 »

还没有任何评论。

这篇文章上的评论 RSS feed TrackBack URL

留下评论

WordPress 所驱动