'.$description.'
'.$this->l('Uncheck this field if you do not want to install the main theme.').'
-'.$this->l('Note: The directory of the variation will be prefixed by the theme directory.').'
' - .$var.''; - } - } - - private function authorInformationForm() - { - $employee = $this->context->employee; - $mail = Tools::getValue('email') ? Tools::htmlentitiesUTF8(Tools::getValue('email')) : Tools::htmlentitiesUTF8($employee->email); - $author = Tools::getValue('author_name') ? Tools::htmlentitiesUTF8(Tools::getValue('author_name')) : Tools::htmlentitiesUTF8(($employee->firstname).' '.$employee->lastname); - $website = Tools::getValue('website') ? Tools::htmlentitiesUTF8(Tools::getValue('website')) : Tools::getHttpHost(true); - - $this->_html .= ' -
'.$this->l('Your theme\'s name').'
-'.$this->l('Enter a short description of your theme').'
-'.$this->l('Your theme\'s version').'
-'; - } - - private function docInformationForm() - { - $val = Tools::htmlentitiesUTF8(Tools::getValue('documentation')); - $this->_html .= ' - -
'.
- $this->l('Give the user some help. Add a field by clicking here').'
-
.
'.
- $this->l('File extension must be .txt or .pdf').'
-
'; - } - - private function variationInformationForm() - { - $this->_html .= ' - -
'.$this->l('Select theme to include and its compatibility.').'
- - -