X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/b1898620c4461ff170c6c18f6e68d792ac652125..ddcbc75bd490011eaf40e0302e1975723d0b170f:/sistema/www/sistemas.php diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index 3897cfc..30bb291 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -3,5 +3,17 @@ require_once '../local_lib/copete.php'; $c = new Copete('sistemas'); echo $c->toHTML(); + + require_once '../local_lib/intranetdb.php'; + require_once 'MECON/HTML/Arbol/ArbolDB.php'; + $db = IntranetDB::connect(); + $dbdata = array( + 'db' => $db, + 'tabla' => 'sistema', + 'id' => 'sistema', + 'nombre' => 'sistema', + 'link' => 'link'); + $arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif'); + echo $arbol->toHTML(); ?>