1 2 3 4 5 6 7 8 9 10
<?php include('./lib/common.inc.php'); include_header("Map"); echo '<center><img src="displayHeatmap.php"/></center>'; include_footer(); ?>