assign( array( 'error'=>$errorMessage, 'content'=>$errorTemplate, 'backtrace'=>debug_backtrace() ) ); header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, private'); header('Pragma: no-cache'); $tpl->display('inc/wrappers/nonav.tpl'); exit; }