more robust testing platform, #37340
[freeside.git] / httemplate / elements / errorpage.html
1 % my $error = shift;
2 % $m->notes('error', $error);
3 <& /elements/header.html, mt("Error") &>
4
5 % while (@_) {
6
7 <P><FONT SIZE="+1" COLOR="#ff0000"><% $error |h %></FONT>
8
9 %}
10 % $m->flush_buffer();
11 % $HTML::Mason::Commands::m->abort();