Content not available! (./content/dutch/)


// NOTE: Language should be sorted by the file that includes this header! if ($_SESSION['Language']) { $lang = $_SESSION['Language']; include("./content/$lang/navigation.php"); } else { // Show the language select page, forcing the client to pick a valid language! include("./content/selectlanguage.php"); } ?>