<?php include 'site-config.php' ?>

<?php include 'doc-header.php'; ?>


<?php include 'page-header.php' ?>

<!-- start page -->
<div id="page">

<?php viewpost($_GET['post'] ?? '', $_GET['sidebar'] ?? 'on') ?>
	
</div>


<?php include 'page-footer.php' ?>

<?php include 'doc-footer.php' ?>
