include('../modules/mod_logincheck.php');
include('../UserFiles/config.php');
include('../UserFiles/settings.php');
$pageid = $_GET['pageid'];
$pos = $_GET['pos'];
if ($pagebackgroundimage <> ''){
$pagebackgroundimage = '../images/'.$pagebackgroundimage;
}
print "
";
if ($pagebackgroundrepeat == '1') {
} else {
print "
";
}
print "";
?>
if ($pageid == ""){
$pageid = 'main';
$pos = 'Welkom';
}
print "";
$query = "SELECT * FROM pages WHERE name = '$pageid'";
$result = mysql_query($query);
$obj = mysql_fetch_array($result);
print "