Nieuwe fact
Facts aanpassen
Afmelden
} else { ?>
Nederlands
Hollansk
Dutch
Deens
Dansk
Danish
Engels
Engelsk
English
} ?>
//header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Datum in het verleden //header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Altijd veranderd //header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1 //header("Cache-Control: post-check=0, pre-check=0", false); //header("Pragma: no-cache"); include "db.php"; $db = new db(); include "login.php"; if(!$p) $p = $_GET["p"]; if(!$a) $a = $_GET["a"]; $lang = ($_GET["l"]) ? $_GET["l"] : "nl"; $opacity["nl"] = "opacity0"; $opacity["en"] = "opacity0"; $opacity["dk"] = "opacity0"; $opacity[$lang] = ""; $font = ($_GET["font"]) ? $_GET["font"] : "Georgia"; $fontsizetype = "px"; $fontsize1 = ($_GET["fontsize1"]) ? $_GET["fontsize1"] : "25"; $fontsize2 = ($_GET["fontsize2"]) ? $_GET["fontsize2"] : "17"; $fontsize3 = ($_GET["fontsize3"]) ? $_GET["fontsize3"] : "small"; $fontsize["nl"] = $fontsize2; $fontsize["en"] = $fontsize2; $fontsize["dk"] = $fontsize2; $fontsize[$lang] = $fontsize1; $linkcolor["nl"] = "#333333"; $linkcolor["en"] = "#4D4D4D"; $linkcolor["dk"] = "#A09FA0"; $color = $linkcolor; $color[$lang] = "#CC0000"; if($_POST["post"]) foreach($_POST["post"] as $t => $d) { if($d["id"] > 0) $db->edit($db->tables->$t, $d, "id = '".$d["id"]."'"); else $db->add($db->tables->$t, $d); } ?>