summaryrefslogtreecommitdiff
path: root/httemplate/elements/errorpage.html
blob: 76a0bf32e4b80ad26d7761c37d5172fac72e7646 (plain)
1
2
3
4
5
6
7
8
9
10
11
<% include("/elements/header.html", "Error") %>

% while (@_) {

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

%}

% $m->flush_buffer();
% $HTML::Mason::Commands::m->abort();
% #die "shouldn't fall through to here (mason \$m->abort didn't)";