Put the layout in APP/views/layouts/ , if you name it default.ctp (.thtml in cake 1.1) it will be used by default. If you name other.ctp you can switch it in your controller doing $this->layout = 'other' ;
HTH, - Dardo Sordi. On Feb 5, 2008 5:41 PM, polomasta <[EMAIL PROTECTED]> wrote: > > anyone? > > > On Feb 5, 9:29 am, polomasta <[EMAIL PROTECTED]> wrote: > > I have created my own default layout and put it in the app/views/ > > layouts folder... it works great on my home.html file > > (www.myapp.com/)but doesn't seem to be getting applied to any other > > views ie (www.myapp.com/users) > > > > I'm sure its something obvious but I can't seem to figure out from the > > manual/api > > > > 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 -~----------~----~----~----~------~----~------~--~---
