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