Home
::
Info
::
Produceren
::
Boekingen
Foto's
::
Nieuws
::
Gastenboek
::
Contact
::
Agenda
::
Links
if(isset($_GET['page'])){ if(file_exists($_GET['page'].'.php')){ $page = include($_GET['page'].'.php'); }else{ error("Page not found!"); } }else{ include('home.php'); } ?>