Thursday, February 7, 2008

Need Different Title For Page? It's simple!

Just add this code in head your views:

pageTitle="Page title goes here"?>


But remember, in cakephp 1.2.xx you can achieve this by
$this->set(‘title’, ‘Foo bar’);
Of couse, you must setup this variable (pageTitle) in your controller ;-)

No comments: