*/ $cemeteryList = new CemeteryList(); $cemeteryList->find(); $template = isset($_GET['format']) ? new Template('default',$_GET['format']) : new Template(); $template->blocks[] = new Block('cemeteries/cemeteryList.inc',array('cemeteryList'=>$cemeteryList)); echo $template->render();