![]() |
||
|
Nieuws Foto's Kalender Tentoonstelling/Expositions/Exhibitions Info & Locatie Contact Links |
||
|
|
||
|
|
||
|
// Controle function checkPage($page) { if($page=="index") return false; $page.=".php"; return file_exists($page); } // Weergave $p=$_GET['p']; if(!isset($p) || empty($p)) $p="home"; if(checkPage($p)) include($p.".php"); ?> |
||
|
|
||