<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $page->language; ?>" lang="<?php echo $page->language; ?>">
<head>
<?php $page->print_head(); ?>
<link rel="stylesheet" href="templates/<?php echo $page->template; ?>/images/VectorLover.css" type="text/css" />
</head>
<body>
<div id="wrap">
<div id="header">
<h1 id="logo-text"><a href="index.php"><?php echo $page->pagetitle; ?></a></h1>
</div>
<div id="nav"> <?php $page->print_position("top"); ?> </div>
<div id="main"> <?php $page->print_content(); ?> </div>
<div id="sidebar"> <?php $page->print_position("right"); ?> </div>
<div id="footer">
<p>© <?php echo date("Y")." <a href='index.php'>".URL."</a>"; ?>
Design by <a href="http://www.styleshout.com/">styleshout</a> |
Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> </p>
</div>
</div>
</body>
</html>