X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/415df11d749714d417f706c73753dd42ca2323af..0505d35b40c4819ffb0a94b557ef7c614c3545a5:/sistema/www/sistemas.php?ds=sidebyside diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index c495164..d4d61e2 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -1,12 +1,16 @@ icono", $sistema->nombre, array( @@ -42,7 +46,7 @@ while ($sistema) { 'align' => 'absmiddle', ) ); - $link = new HTML_Link( + $link = new MECON_HTML_Link( $sistema->link, $sistema->nombre, array(), @@ -54,7 +58,7 @@ while ($sistema) { $html = $img->toHtml() . $link->toHtml() . '
' . $sistema->descripcion; if ($sistema->link_ayuda) { - $link = new HTML_Link( + $link = new MECON_HTML_Link( $sistema->link_ayuda, '(?)', array(),