template = 'components/exception.tpl'; } /* Display the index page. */ public function index($exception) { global $Smarty; return $this->renderPage( array( 'title' => $Smarty->getConfigVars('exceptionsTitle'), 'content_title' => $Smarty->getConfigVars('exceptionsContentTitle'), 'exception' => $exception, ), $this->template ); } }