[*] BO #PSFV-94 : Added AdminStatsConfController

This commit is contained in:
lLefevre
2011-11-09 16:58:49 +00:00
parent 7653a4d741
commit ae9a789921
9 changed files with 169 additions and 107 deletions
+2 -2
View File
@@ -83,6 +83,8 @@ class HelperFormCore extends Helper
$this->tpl->assign(array(
'submit_action' => $this->submit_action,
'toolbar_btn' => $this->toolbar_btn,
'show_toolbar' => $this->show_toolbar,
'toolbar_fix' => $this->toolbar_fix,
'title' => $this->title,
'firstCall' => $this->first_call,
'current' => $this->currentIndex,
@@ -102,8 +104,6 @@ class HelperFormCore extends Helper
'iso' => file_exists(_PS_ROOT_DIR_.'/js/tiny_mce/langs/'.$iso.'.js') ? $iso : 'en',
'path_css' => _THEME_CSS_DIR_,
'ad' => dirname($_SERVER["PHP_SELF"]),
'show_toolbar' => $this->show_toolbar,
'toolbar_fix' => $this->toolbar_fix,
));
return parent::generate();