<?php
//Initial Variables
$title =("Home"); //For the title
//Call The Header
INCLUDE("template/header.htm");
libr_sidebar("yes", "no", "no", "no");
?>
<?php
echo("<h1>Welcome to Guava</h1>");
echo("Great! You have set up " . $blogname . " successfully using Guava! <br />" );
//Call The Footer
INCLUDE("template/footer.htm");
?>