- function ImagenAnimada($imagenComun, $imagenMouseOn = '', $imagenSelect = '', $directorio = '', $nombre = '', $link = '') // ~X2C
+ function MECON_Marco_ImagenAnimada($imagenComun, $imagenMouseOn = '', $imagenSelect = '', $directorio = '', $nombre = '', $link = '') // ~X2C
{
if ($imagenComun !== '') {
$this->_imgComun = $this->_calcularImagen($imagenComun, $directorio);
{
if ($imagenComun !== '') {
$this->_imgComun = $this->_calcularImagen($imagenComun, $directorio);
- $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 HTML_Image($src, $this->_nombre, array('name' => $this->_nombre, 'border' => 0));