Try this in your template: <title><?php echo $title_for_layout?></title>
Add this to your controller: $this->pageTitle = 'My search engine optimized
title';
 

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf
Of mona
Sent: Wednesday, December 31, 2008 11:34 AM
To: CakePHP
Subject: How to set title for cakephp pages


I tried alot using
I used this in my login function
$this->pageTitle = 'My search engine optimized title'; but when i wan't to
display in my layout it can't display <title><?php echo
$title_for_layout?></title>but when i display this in body section it is
displaying a title 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to