public function verAction()
 {
     $this->view->subtitle = $this->info->sitio->faqs->ver->titulo;
     $id = (int) $this->_request->getParam('id', 0);
     if ($id > 0) {
         $this->view->faq = Faqs::getFaq($id);
     }
 }