On Jan 23, 2011, at 04:09, Ahmed - CakePHP wrote: > I want to change the <title> page of a website > <title>Here</title> > > but I don't know from where exactly
Well, the title tag is usually to be found in the layout. If setting up a new CakePHP 1.3 web site, you would generally have your layout file at APP/views/layouts/default.ctp. Look for the title tag there. Or, if there isn't a default.ctp there, see if there are any other layouts in that directory that might have the title tag you're looking for. -- 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
