Home
Portfolio
Pricing
Testimonials
Contact
$page = $_GET['page']; if ($page == ""){ $page = "home"; } $path = "$page".".php"; if (file_exists($path)) { include ($path); } else { echo ("
Page not available
"); } ?>