]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/sistemas/sistemas-datos.php
Se actualizan los nuevos nombres de MECON_HTML_Image y MECON_HTML_Link
[mecon/samurai.git] / sistema / www / sistemas / sistemas-datos.php
index 689b4a520cc007e4aecacd98f3f6019707ede8cf..7ba7acea35e834bb53e1c6d1bf56fab785fd7c94 100644 (file)
@@ -28,7 +28,7 @@
     //SAMURAI {{{
     require_once 'SAMURAI/Sistema.php';
     //}}}
-    require_once 'HTML/Image.php';
+    require_once 'MECON/HTML/Image.php';
     require_once 'HTML/Page.php';
 // }}}
 
@@ -70,7 +70,7 @@
 
 //DIBUJO LA PAGINA {{{
     $PAGE->addBodyContent($FORM);
-    $imagen = new HTML_Image('/MECON/images/general_cerrar.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/general_cerrar.gif');
     $PAGE->addBodyContent('<a href="" onClick=\'self.close();return false;\'>'.$imagen->toHtml().'</a>');
     $PAGE->setTitle('Datos del Sistema');
     $PAGE->display();