<%If System.IO.File.Exists(Server.MapPath("custom_public_header.html")) Then
Response.Write(System.IO.File.ReadAllText(Server.MapPath("custom_public_header.html")))
Else
%><%
End If%>
<%If System.IO.File.Exists(Server.MapPath("custom_public_footer.html")) Then
Response.Write(System.IO.File.ReadAllText(Server.MapPath("custom_public_footer.html")))
Else
%><%
End If%>