<?php
require_once($FIFORMS_CONFIG['INCLUDE_PATH']."FiForms_genericHTML.inc.php");
/* ?><code><?php */
class htmlTemplate extends genericHTML
{
function htmlTemplate()
{
$this->initialize();
$this->outputHTTPHeader();
}
}
/* ?></code><?php */
?>