<?php
//Initial Variables
$title =("Blog"); //For the title
//Call The Header
INCLUDE("template/header.htm");
//get the database
libr_DbConnect("yes");
?>
<div id="floater">
<font color="black"><b><u>Blog Nav</u></b></font><br />
-Categories <br />
-Pages
</div>
<?php
//Call The Footer
INCLUDE("template/footer.htm");
?>