[*] BO #PSFV-94 : Added AdminStatsConfController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10012 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-09 16:58:49 +00:00
parent 4068f50cd2
commit f864d987fd
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();