Hi, thanks so much for the response.. it makes so much sense and yet leaves me completely confused.
I guess you are saying i need a layout file eg. foo.thtml which has: <header> <body> <footer> right? The problem is that the site I am converting works is actually built up of several layers (divs), 2 of which have iframes within them. one iframe is for a set of submenu links, and the other is for displaying the link content, so I have no page refreshes - I change content for each iframe using javascript and innerHTML changes. it is the second iframe (the main content) for which I want a standard header and footer. these pages aren't data-driven (yet) - so how do I associate them with layouts - I have nothing to put in a model or controller yet? : The main page [EMAIL PROTECTED] wrote: > If you have header and footers that are common to multiple pages they > should be in the default layout. There really isn't the need to > include them as files anymore using the layout templates. > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
