summaryrefslogtreecommitdiff
path: root/httemplate/elements/errorpage.html
blob: 7d66e7ce09f0bac4dd4032f63bbf8a1807f9986c (plain)
1
2
3
4
5
6
7
8
9
10
11
% my $error = shift;
% $m->notes('error', $error);
<& /elements/header.html, mt("Error") &>

% while (@_) {

<P><FONT SIZE="+1" COLOR="#ff0000"><% $error |h %></FONT>

%}
% $m->flush_buffer();
% $HTML::Mason::Commands::m->abort();