X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/8a7c41689e3915b23a5e0a59a4e849289a287438..83f5ca1886eca8af58874f3a9967ab1d5dbf5b18:/lib/MECON/Marco/ImagenAnimada.php diff --git a/lib/MECON/Marco/ImagenAnimada.php b/lib/MECON/Marco/ImagenAnimada.php index 65aba3c..cd28db3 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'); @@ -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()) {