You could go a couple different ways... Since you have a different layout you probably also have a different stylesheet. If that's the case, just modify the message style in it and you're good to go. If you're using a shared stylesheet you can modify the call to sessionComponent::setFlash() and set a custom layout (its the second parameter).
On Mar 23, 2:55 pm, Neveldo <[EMAIL PROTECTED]> wrote: > Hi, > > I've ever a different layout for the website and the administration by > using $this->layout in app_controller.php. > > But, is it possible to do the same thing for the flash layout ? In > fact, I want to use a different layout for the flashes on the website > and the flashes on the admin. > > Thank ! > > Cordially, > Neveldo -http://www.neveldo.fr --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
