if ($_GET['content'] == 'nieuws') { include ("content/nieuws.php"); } else if ($_GET['content'] == 'nieuwsdet') { include ("content/nieuwsdetail.php"); } else if ($_GET['content'] == 'archief') { include ("content/archief.php"); } else if ($_GET['content'] == 'miriam') { include ("content/miriam.php"); } else if ($_GET['content'] == 'cv') { include ("content/cv.php"); } else if ($_GET['content'] == 'werk') { include ("content/werk.php"); } else if ($_GET['content'] == 'links') { include ("content/links.php"); } else { include ("content/home.php"); } ?> |