// Multistore bootstrap design

This commit is contained in:
Jerome Nadaud
2013-09-20 15:04:43 +02:00
parent 2f3d736f13
commit f312a055b1
8 changed files with 147 additions and 127 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class HelperFormCore extends Helper
$tree->setUseSearch($params['tree']['use_search']);
if (isset($params['tree']['use_checkbox']))
$tree->setuseCheckBox($params['tree']['use_checkbox']);
$tree->setUseCheckBox($params['tree']['use_checkbox']);
$this->context->smarty->assign('categories_tree', $tree->render());
$categories = false;