]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/Marco/ImagenAnimada.php
Agrego XLS a MECONLIB
[mecon/meconlib.git] / lib / MECON / Marco / ImagenAnimada.php
index 66b2dca2abab1a0137894051c3a60dd6844e65f2..78dbd3fa7e33706d04ca05bd4a379f0652d657da 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');
 
@@ -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
@@ -232,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()) {