enable CardFortress in test database, #71513
[freeside.git] / httemplate / elements / errorpage.html
index 76a0bf3..d001bfa 100644 (file)
@@ -1,11 +1,11 @@
-<% include("/elements/header.html", "Error") %>
+% my $error = $_[0];
+% $m->notes('error', $error);
+<& /elements/header.html, mt("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)";