1, 'configuration' => 1, ); if(isset($_GET["i"])){ if($_GET["i"] == ""){ @include('twitch/overzicht.php'); } else{ if(isset($a[$_GET["i"]])){ @include('twitch/'.$_GET["i"].'.php'); }else{ echo '

Deze pagina bestaat helaas niet.

'; } } }else{ @include('twitch/overzicht.php'); } include_once("includes/footer.php"); ?>