Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
load('template_fs', 'template', true);
$template->setExtension('tpl');
$template->setTemplateDir('templates');
$globaltemplates = array(
'doctype',
'header',
'std_message'
);
$template->cache(array_merge($globaltemplates, (array)$cachetemplates));
// ###################################################################
// error handling and reporting
require_once('./includes/class_api_error.php');
require_once('./includes/class_message_reporter.php');
$kalens->message = $message = new MessageReporter();
// ###################################################################
// parse global templates
eval('$doctype = "' . $template->fetch('doctype') . '";');
eval('$header = "' . $template->fetch('header') . '";');
/*=====================================================================*\
|| ###################################################################
|| # $HeadURL$
|| # $Id$
|| ###################################################################
\*=====================================================================*/
?>