<%-- File : error.html Description : This page is displayed whenever a general error occurs. Tags : The only special tag available is: error => What the error was. --%> <%site_title%>: Error <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%>
<%header_row%>
<%header_font%>ERROR!<%/header_font%>  
<%body_font%>
Oops, we had the following problem:
<%error_font%><%error%>
<%include include_menu.html%> <%include include_footer.html%>