<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;
$smarty->assign('title','High-Definition Personal Video Recorder Cookbook');
$smarty->caching = true;
$smarty->assign('breadcrumb','true');
$issue = array("Broadcastflag" => "/broadcastflag/");
$smarty->assign('issue',$issue);

$content  = '

<div id="featuretext">

';

$filename="hdtv-introHY.html";
$content .= implode('', file($filename));

$content .= '

</div>
';

global $REQUEST_URI;
$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);

?>
