<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="PhotoblogX" /><?php
require_once('pbadmin/printhead.php');
?><link href="css/main.css" type="text/css" rel="stylesheet" />
<script src="http://code.jquery.com/jquery-1.8.3.js" type="text/javascript"></script>
<script src="js/tooltip.js" type="text/javascript"></script>
<script type="text/javascript">
function start() {
$('#biography').fadeIn(3000);
};
$(document).ready(function (){
$('#biography').hide();
$('a[title],input[title],img[title]').Tooltip();
});
</script>
</head>
<body onload="start();">
<div class="header" id="header-margin">
<p><a href="index.php"<?php require_once('pbadmin/titleprint.php'); ?></p>
</div>
<div id="links">
<p><a href="index.php" title="Start Page" alt="Start Page">Start Page</a> | <a href="archive.php" title="Archive of Photos" alt="Archive of Photos">Archive of Photos</a> | <a href="about.php" title="About" alt="About">About</a></p>
</div>
<br />
<div id="about" class="about-margin"><div id="biography">
<p>: About Me :</p><br /><?php
require_once('showbiography.php');
?></div>
</div>
<br />
<div id="login_index">
<p><a href="feed.php" title="Subscribe To Feed" alt="Subscribe To Feed">Subscribe To Feed</a> | <a href="pbadmin/index.php" title="Log In to Admin Area" alt="Log In to Admin Area">Log In to Admin Area</a></p><br />
</div>
<br />
</body>
</html>