25 Jan
2010
25 Jan
'10
9:10 p.m.
On Mon, Jan 25, 2010 at 2:07 PM, Adam Gregory <arcaneadam@gmail.com> wrote:
template_preprocess_page and you can access and alter the message array/variable before it hits the theme.
Technically it has already hit the "theme" because you're editing the preprocess function. But you are correct that hopefully this will work for a single site implementation that needs this. However the need and use for a hook at the module level is still apparent and valid. -mf