template = 'pages/contact.tpl'; } /* Display the index page. */ public function index() { return $this->renderPage( array( 'title' => $this->getConfigVars('contactTitle'), 'content_title' => $this->getConfigVars('contactContentTitle'), ) ); } }