Actually it'd be more like this:
if ($this->Session->check('layout')) {
$this->layout = $this->Session->read('layout');
}
but that's controller code. You should, however, still be able to use
$this->layout in your view 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
-~----------~----~----~----~------~----~------~--~---