某htm模板
display("elements/header.phtml", array(·
'title' => 'title',
'keywords' => '',
'description' => '',
'nav' => 'nav',
'addStyle' => array('www/xxx/index.css'),
));
?>
...html code...
display("elements/footer.phtml", array(
'modules' => array('www/xxx/index.js'),
));
?>
该html模版的footer模版