If you create a custome error page view in app/views/errors then in a
php section on that error view page you can use : $this-
>setLayout("Title for the error page here");Then when you see the error page, it will have your title. Again, that is if you set a custom error page. On May 14, 7:11 am, DragonI <[EMAIL PROTECTED]> wrote: > Hi, > > When I set DEBUG to 0 and I test with bogus controller names, I get > "404 Not found" as the pageTitle - which is perfect. > > But is there a way of overriding / changing the page title? > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
