import torrus 1.0.9
[freeside.git] / httemplate / elements / errorpage.html
1 <% include("/elements/header.html", "Error") %>
2
3 % while (@_) {
4
5 <P><FONT SIZE="+1" COLOR="#ff0000"><% shift |h %></FONT>
6
7 %}
8
9 % $m->flush_buffer();
10 % $HTML::Mason::Commands::m->abort();
11 % #die "shouldn't fall through to here (mason \$m->abort didn't)";