]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/Arbol.php
Se agrega un estilo a la tabla (impresion) pedido por Myrna
[mecon/meconlib.git] / lib / MECON / HTML / Arbol.php
index d0217a0e36d548d55f4f79435997c0dd748bd58a..cd47b0b1ecfd98378a1383d283f61058837380e2 100644 (file)
@@ -26,7 +26,7 @@ $Id$
 -----------------------------------------------------------------------------*/
 
 require_once 'HTML/Table.php';
-require_once 'HTML/Image.php';
+require_once 'MECON/HTML/Image.php';
 
 class MECON_HTML_Arbol extends HTML_Table
 {
@@ -81,12 +81,12 @@ class MECON_HTML_Arbol extends HTML_Table
         );
         $margen = ' ';
         if ($n) {
-            $margen = new HTML_Image('/MECON/images/blanco.gif', str_repeat('  ', $n), $atr);
+            $margen = new MECON_HTML_Image('/MECON/images/blanco.gif', str_repeat('  ', $n), $atr);
             $margen = $margen->toHtml();
         }
         $imagen = '';
         if (@$bullets[$n]) {
-            $imagen = new HTML_Image($bullets[$n], @$alts[$n]);
+            $imagen = new MECON_HTML_Image($bullets[$n], @$alts[$n]);
             $imagen = $imagen->toHtml();
         }
         foreach ($dat as $e) {