26 Feb
2011
26 Feb
'11
12:40 p.m.
"minimalist" <minimalist@lavabit.com> wrote:
In the above situation the layout won't get changed. I think the layout setting should be bound to each route. When a new route registers it should know what layout was selected last. I think it will make more sense this way.
I think you need to be calling the layout keyword within the route it should apply to, or better, use the layout option when calling template as in: template 'foo', { foo => 'bar' }, { layout => 'layoutname' }; That would work. -- David Precious <davidp@preshweb.co.uk> Sent from my phone so please excuse brevity / poor quoting style etc