Hello everybody, I have a strange problem: the HTML and PHP/Cake code in the layout THTML document is not being sent to the client. The page returned is just the lines in the view, without the doctype and the header tags,
If you take a look at the source code at http://escaparatetactil.es/demoav/index.php/travels/display/223/1 you'll see everything's OK, but if you click on any of the six 'Tonga' dummy links and peek at source for the next page (o go to http://escaparatetactil.es/demoav/index.php/routes/display/4), you'll see it lacks the head information. The controllers for the 'display' action are virtually identical, the layout names are correct in the $this->layout = 'layout_name'; assignments and the layout thtml files only differ in the document title and (obviously) filename. Any help is greatly appreciated, thanks in advance. -Igor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
