]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/Marco/ImagenAnimada.php
expandible
[mecon/meconlib.git] / lib / MECON / Marco / ImagenAnimada.php
index 65aba3c90a069bac31561622c3a6fe58f98b0290..cd28db36bf2b3645ab2895d628a6e8c72547a61c 100644 (file)
@@ -24,7 +24,7 @@ Autor:  Martin Marrese <mmarre@mecon.gov.ar>
 $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()) {