exit;
}
require_once '../local_lib/intranetdb.php';
-require_once 'MECON/HTML/Arbol/ArbolDB.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';
$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(
'align' => 'absmiddle',
)
);
- $link = new HTML_Link(
+ $link = new MECON_HTML_Link(
$sistema->link,
$sistema->nombre,
array(),
$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(),