private function templateAdd() { $form = $this->getForm(); $tVars = array('form' => $form->templateY($this->module->lang('ft_add')), 'max_size' => GWF_Upload::getMaxUploadSize(), 'max_time' => ini_get('max_execution_time')); return $this->module->templatePHP('add.php', $tVars); }