foot('
'.$quest1[$lang].'
'); } $html->foot('
'.$links.'

'.$copy.'

v1.5-RC1


'); // footer for admins... $time_end = getmicrotime(); $time = substr($time_end - $time_start, 0, 10); if (TOKEN==ADMIN_NAME) { $html->foot(''.$admin_site_gen[$lang].$time.'s.'); }; // execude following code only when user is logged in if (!preg_match("/index.php/i",$location) AND !preg_match("/not_enabled.php/i",$location)) { $html->foot(' '); } $html->foot(''); // render html output $html->commit_render(); ob_end_flush(); ?>