getText()); } //put the content from the array to the proper structure for the template matching $blogpage=array(); $blogpage['title']='Regebben ezt irtam'; if ($category!="main") $blogpage['title']=$blogpage['title']." | ".$category; $blogpage['newsitems']=$posts; $shouts=array(); $shouts=getShoutItems(); //logme("shuts:".$shouts[1]); $blogpage['shouts']=$shouts; //invoke template matcher $templ=new MyTmpl; $templ->caching = false; $templ->assign("blogpage",$blogpage); $templ->display("blogtemplate.tpl"); } ?>