view = $this->getAttribute('view',false); if(empty($this->view)){ $view = substr($this->fieldname,0,-6);; } else { $view = $this->view; } $gl = $this->getAttribute('allowGlobal',true); $vmLayoutList = VirtueMartModelConfig::getLayoutList($view,0,$gl); $html = JHtml::_('select.genericlist',$vmLayoutList, $this->name, 'class="form-select"', 'value', 'text', array($this->value)); return $html; } }