If I understand, you want a different default layout depending of the controller ? If this is the question (not sure), you can create as many layout as you wish and in your controller use $this->layout = 'custom' to override the default.thtml layout. You should place your custom1.thtml, customx.theml into the views/ layout folder.
Hope this helps and I understood the problem. On Jun 12, 7:28 pm, rtconner <[EMAIL PROTECTED]> wrote: > Am I understanding you correct? You want to put the default layout in > a location that is not the layouts directory? I think I am having > trouble figuring out what you are asking. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
