summaryrefslogtreecommitdiff
path: root/httemplate/elements/error.html
blob: f65785d1031c26f7926ae5d8412f21ee93fb0a3b (plain)
1
2
3
4
% if ( $cgi->param('error') ) { 
  <FONT SIZE="+1" COLOR="#ff0000"><% mt("Error: [_1]", $cgi->param('error')) |h %></FONT>
  <BR><BR>
% }