Running through the Blog tutorial, I noticed that the HTML Title was not being output.
I've tracked this down to this line in flash.thtml :- <title><?php echo $page_title ?></title> Although the other parameters for url, pause, etc are being created before calling this page, $page_title is not. I've tried to track the calling function, but can only get as close as _render() in view.php. Sometimes page_title is called as pageTitle, which I think is where the bug lies. Rob. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
