if i understand you good, then you want to change on every page the title?
if so, then do this in controller:
function somemethod()
{
$this->set('title_for_layout', 'YourTitle');
}
then in a layout
<title><?php print $title_for_layout; ?></title>
--
Lep pozdrav, Tilen Majerle
http://majerle.eu
2011/1/23 Ahmed - CakePHP <ahmed.amo...@gmail.com>
>
> Hello,
>
> I want to change the <title> page of a website
> <title>Here</title>
>
> but I don't know from where exactly
>
> It is not my website. It my friend's website.
> Someone developed the website for him two years ago and now he asked
> me to change the title name.
> I tried to check the /View and /Elements but I don't know where is it
> and how to change it
>
>
> Can you please tell me how can I change it
>
>
>
> Thank you
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
> more options, visit this group at
> http://groups.google.com/group/cake-php
>
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at
http://groups.google.com/group/cake-php