[*] BO : #PSFV-94 - added AdminEmailsController

This commit is contained in:
tDidierjean
2011-10-19 15:38:57 +00:00
parent 05621cb1f0
commit b2b7d05ad5
4 changed files with 187 additions and 160 deletions
+3 -1
View File
@@ -120,9 +120,11 @@ class HelperOptionsCore extends Helper
$this->context->smarty->assign(array(
'current' => $this->currentIndex,
'table' => $this->table,
'token' => $this->token,
'option_list' => $option_list,
'current_id_lang' => $this->context->language->id,
'required_fields' => $this->required,
'required_fields' => isset($required_fields) ? $required_fields : false,
));
return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/'.$this->tpl);
}