- $src = $this->getSeleccionada() ? $this->_imgSelect : $this->_imgComun;
- $img = new HTML_Image($src, $this->_nombre, array('name' => $this->_nombre, 'border' => 0));
+ $src = $this->getSeleccionada() ? $this->_imgSelect : $this->_imgComun;
+ $img = new MECON_HTML_Image($src, $this->_nombre, array('name' => $this->_nombre, 'border' => 0));