<?
require ('./libreria/libfunz.inc.php');
$title='html_title';
$html_css='html_stylesheet';
$print_css='print_stylesheet';
$html_body='html_body';
$jscript='null.js';
$ajax='true';
header_html_full($title,$html_css,$print_css,$jscript,$ajax,$html_body);
$nome_template="template01";
$template="test_template_static.tpl";
$data="test_data_static.xml";
make_static_template_page($nome_template, $template, $data);
footer_html_standard();
?>
|