In a CakePHP 1.2 app, I'm using flash();?> to output messages like "Record edited". It's working great.
However, I want to add a link called "Dismiss" that will fade out the message. I know how to construct the link, but I don't know how to insert into the output of the flass message.
The flash message wraps itself in a DIV tag. I want to insert my dismiss code into that div, but I don't know how.