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:
Post a Comment