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',true); header('Pragma: no-cache',true); $tpl->display('inc/wrappers/nonav.tpl'); exit; }