$this->_imgMouseOn = $this->_calcularImagen($imagenMouseOn, $directorio);
}
else {
- $this->_imgMouseOn = $this->_calcularImagen($imagenMouseOn, $directorio, '_f2');
+ $this->_imgMouseOn = $this->_calcularImagen($imagenComun, $directorio, '_f2');
}
if ($imagenSelect !== '') {
$this->_imgSelect = $this->_calcularImagen($imagenSelect, $directorio);
}
else {
- $this->_imgSelect = $this->_calcularImagen($imagenSelect, $directorio, '_f3');
+ $this->_imgSelect = $this->_calcularImagen($imagenComun, $directorio, '_f3');
}
}
}