]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/sistemas.php
Se corrige un bug.
[mecon/intranet.git] / sistema / www / sistemas.php
index 8dfb339086b2d06703a25d72492009b744dc75de..d4d61e270d982c3010ed1747a0828f3ecfe7b56b 100644 (file)
@@ -9,7 +9,8 @@ if(!isset($_SESSION['usuario']))
 }
 require_once '../local_lib/intranetdb.php';
 require_once 'HTML/Table.php';
 }
 require_once '../local_lib/intranetdb.php';
 require_once 'HTML/Table.php';
-require_once 'HTML/Link.php';
+require_once 'MECON/HTML/Link.php';
+require_once 'MECON/HTML/Image.php';
 #require_once 'AI/DB.php';
 require_once 'DB.php';
 require_once 'AI/Sistema.php';
 #require_once 'AI/DB.php';
 require_once 'DB.php';
 require_once 'AI/Sistema.php';
@@ -36,7 +37,7 @@ while ($sistema) {
     $row = array();
     for ($j = 0; $j < COLUMNAS; $j++) {
         if ($sistema) {
     $row = array();
     for ($j = 0; $j < COLUMNAS; $j++) {
         if ($sistema) {
-            $img = new HTML_Image(
+            $img = new MECON_HTML_Image(
                     "/sistemas/intranet/images/$sistema->icono",
                     $sistema->nombre,
                     array(
                     "/sistemas/intranet/images/$sistema->icono",
                     $sistema->nombre,
                     array(
@@ -45,7 +46,7 @@ while ($sistema) {
                         'align'  => 'absmiddle',
                     )
             );
                         'align'  => 'absmiddle',
                     )
             );
-                       $link = new HTML_Link(
+                       $link = new MECON_HTML_Link(
                                $sistema->link,
                                $sistema->nombre,
                                array(),
                                $sistema->link,
                                $sistema->nombre,
                                array(),
@@ -57,7 +58,7 @@ while ($sistema) {
             $html = $img->toHtml() . $link->toHtml() . '<BR>'
                        . $sistema->descripcion;
                if ($sistema->link_ayuda) {
             $html = $img->toHtml() . $link->toHtml() . '<BR>'
                        . $sistema->descripcion;
                if ($sistema->link_ayuda) {
-                       $link = new HTML_Link(
+                       $link = new MECON_HTML_Link(
                                        $sistema->link_ayuda,
                                        '(?)',
                                        array(),
                                        $sistema->link_ayuda,
                                        '(?)',
                                        array(),