<?php
function show_footer()
{
print("<HR>");
print("<table border=0 width=100%>");
print("<tr>");
print("<td>");
print("phpSiteEdit-V2.01 Copyright(C) by CG 1999-2001");
print("</td>");
print("</tr>");
print("</table>");
print("</body>");
print("</html>");
}
?>