\"nach"; $template = new Template(); $template->set_filenames(array( 'body' => $inc_path.'/includes/ifr.tpl') ); $ztabs = count($atabs); for($i = 0; $i < $ztabs; $i++) { $tab .= $atabs[$i]; /*$template->assign_block_vars('atabs', array( 'TAB' => $tab ) );*/ } //$sid="?PHPSESSIONID=".session_id(); $template->assign_vars(array( 'TITLE' => $sonst['title'], 'CONTENT' =>$sonst['content'], 'KEYWORDS' => $sonst['keywords'], 'ZTABS' => $ztabs, 'PTEXT' => $sonst['ptext'], 'ATABS' => $tab, 'IFRSRC' => $ifrsrc, 'SID' => $sid, 'TOPLNK' => (!($li=="mer")) ? $tlnk : "" //'LAND' => $land, //'BEZIRK' => $landbez_data['bezirk'] ) ); $template->pparse('body'); ?>