template_dir = './/templates/'; $oSmarty->compile_dir = './templates_c/'; $oSmarty->assign('GET', $_GET); if(isset($results)) $oSmarty->assign('results', $results); echo (microtime()); $oSmarty->display('index.tpl.html');