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

% while (@_) {

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

%}

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