Ejemplo n.º 1
0
 private function templateModule()
 {
     $form = $this->getForm();
     $form_install = $this->getFormInstall();
     $seoname = $this->mod->urlencodeSEO('module_name');
     $modname = $this->mod->display('module_name');
     $install_action = $this->module->getMethodURL('Install');
     $tVars = array('cfgmodule' => $this->mod, 'modules' => $this->module->getAllModules(), 'form' => $form->templateY($this->module->lang('form_title', array($modname))), 'form_install' => $form_install->templateY($this->module->lang('ft_install', array($modname)), $install_action));
     return $this->module->templatePHP('module.php', $tVars);
 }