title,'UTF-8','ISO-8859-1')); $titel[1] = str_replace("NL-","",$titel[1]); $ret .= "
  • urltype."/".$get->urlfeed."/".$get->jaar."/".$get->maand."/".$get->urllink.".html\" class=geenbold>".substr($titel[2],0,20)."..."; } return $ret; break; case "laatstenieuws"; //laatste nieuws ?? break; } } $tpl = implode('',file("tpl.html")); ob_start(); include("alert.php"); $contents = ob_get_contents(); ob_end_clean(); $tpl = str_replace("%%%actueel%%%","actuele aanbestedingen".buildLeftColumn('top10'),$tpl); echo str_replace("%%%CONTENT%%%",$contents,$tpl); ?>