Ejemplo n.º 1
0
 private function templateEdit()
 {
     $form = $this->getForm();
     $form_title = $this->module->lang('ft_edit', array($this->lang->displayName()));
     $action = $this->news->hrefEdit($this->lang);
     $tVars = array('form' => $form->templateY($form_title, $action));
     return $this->module->templatePHP('edit.php', $tVars);
 }