<html>
<head>
<link rel="stylesheet" type="text/css" href="template/style.css" />
<?php
//Here are the resources Guava Uses (always have config.php be included first)
INCLUDE("config/config.php");
INCLUDE("library.php");
echo("<title>" . $blogname . " | " . $title . "</title>");
libr_FirstRun(); //Make sure guava is installed
?>
</head>
<body>
<div id="container">
<div id="header">
<table border="0">
<tr>
<td><b><?php echo('<div id="logo">' . $blogname . '</div'); ?> </b></td>
<td><b><a href="index.php">Home </a>| </b></td>
<td><b><a href="blog.php">Blog </a>| </b></td>
<td><b><a href="admin/">Admin</a></b></td>
</tr>
</table>
</div>
<br />
<div id="content">