0){ include("system/logs.php"); } //echo $_SESSION['ordpid']; /* ---------------------------- */ // creeer de content /* ---------------------------- */ $pagedata = getcontent($_PAGE['name'],$_PAGE['id'],$_PAGE['location']); /* ---------------------------- */ // creeer de header /* ---------------------------- */ $header = print_html("header"); echo $header; $content=print_html("page",$pagedata); echo $content; $year=date('Y'); $copyrightline= " Copyright © $year www.maxenbibi.nl All rights reserved. site created by: \"4Design:"; /* if( $testcopyrightline=@file_get_contents("http://www.4design.nu/copyrightbox/?ref=www.maxenbibi.nl&name=maxenbibi") ){ echo ""; $copyrightline=$testcopyrightline; } */ print<<
$copyrightline
EOCOPYRIGHT; /* ---------------------------- */ // creeer de footer /* ---------------------------- */ $footer = print_html("footer"); echo $footer; $endtime=microtime(); $parsetime=abs(round(($endtime-$starttime),5)*1000); echo ""; if( !isset($_SESSION['debug']) ) { $_SESSION['debug']=0; } if( isset($_GET['debug']) ){ $_SESSION['debug']=$_GET['debug']; } if($_SESSION['debug']==1){ echo "
";
print_r($_SESSION);
print_r($formdata);
echo "
"; } ?>