<?php
echo "</div>\n"; //ending page_total
echo "<div id=\"page_total_base\">&nbsp;</div>\n"; //making sure the page_total ends
echo "<div id=\"footer_admin\">";
echo "FOLIO CMS BY JOHAN ROOMS (c) 2006\n";
echo "</div>\n";
echo "</div></BODY>\n"; //ending wrapper
echo "</HTML>\n";
?>