assign('breadcrumb','true'); $issue = array("IP" => "/IP/", "DVB" => "/IP/DVB"); $smarty->assign('issue',$issue); $content = '

'; $filename="dvb_briefing_paper.html"; $content .= implode('', file($filename)); // get title preg_match("/(title.*>)(.*?)(assign('title',$title[2]); } // remove title $tag = "title"; $content = preg_replace("/(.|\s)*?/","",$content); if (substr($filename, -4) != "html") { $content .= "\n"; } $content .= '
'; global $REQUEST_URI; $smarty->assign('content',$content); $smarty->display('generic.tpl',$REQUEST_URI); ?>