<?php include_once "./tx_templates.inc.php"; $template = new tx_template("./test.html", array('variable' => 'valor de prueba')); echo $template->output();?>