// added fixed toolbar, norms

This commit is contained in:
mMarinetti
2011-11-04 17:32:46 +00:00
parent 49340afbc7
commit f595782562
10 changed files with 79 additions and 30 deletions
+3 -1
View File
@@ -103,7 +103,9 @@ 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
'show_toolbar' => $this->show_toolbar,
'toolbar_fix' => $this->toolbar_fix,
));
return parent::generate();
}