value)){ if(strpos($this->value,',')!==FALSE){ $this->value = explode(',',$this->value); } else { $this->value = array($this->value); } } $categorylist = ShopFunctions::categoryListTree($this->value); $name = $this->name; $multiple = ''; $this->multiple = true; if($this->multiple){ $multiple = ' multiple="multiple" '; } $id = VmHtml::ensureUniqueId('vmcategories'); $html = '"; return $html; } }