<?php
$pageId = "info";
$pageTitle = "Info";
?>

<?php include("meta_header.php"); ?>

<?php include("site_header.php"); ?>

<!-- content between these-->
<div class="phpinfo" >
	<iframe class="phpinfo" src="phpinfo.php"></iframe>
</div>
<!-- content between these-->

<?php include("navigation.php"); ?>

<?php include("footer.php"); ?>

