X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/8a7c41689e3915b23a5e0a59a4e849289a287438..dee12e5810156419e529dc20c5515f8a82b1acea:/lib/MECON/Marco/ImagenAnimada.php diff --git a/lib/MECON/Marco/ImagenAnimada.php b/lib/MECON/Marco/ImagenAnimada.php index 65aba3c..78dbd3f 100644 --- a/lib/MECON/Marco/ImagenAnimada.php +++ b/lib/MECON/Marco/ImagenAnimada.php @@ -24,7 +24,7 @@ Autor: Martin Marrese $Id$ -----------------------------------------------------------------------------*/ -require_once 'HTML/Image.php'; +require_once 'MECON/HTML/Image.php'; define('MECON_MARCO_IMAGENANIMADA_DIR_GENERAL', '/MECON/images'); @@ -69,7 +69,7 @@ class MECON_Marco_ImagenAnimada { var $_seleccionada = false; /** - * Indica si est?habilitado el link. + * Indica si está habilitado el link. * * @var bool $habilitada * @access protected @@ -85,6 +85,8 @@ class MECON_Marco_ImagenAnimada { var $_link = ''; /** + * Nombre de la imagen + * * @var string $nombre * @access protected */ @@ -230,7 +232,7 @@ class MECON_Marco_ImagenAnimada { function toHtml() // ~X2C { $src = $this->getSeleccionada() ? $this->_imgSelect : $this->_imgComun; - $img = new HTML_Image($src, $this->_nombre, array('name' => $this->_nombre, 'border' => 0)); + $img = new MECON_HTML_Image($src, $this->_nombre, array('name' => $this->_nombre, 'border' => 0)); $html = $img->toHtml(); if ($this->getHabilitada()) { if ($this->getSeleccionada()) {