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