X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/0030a5e4c8ffc960a1ab7413eb1cc1ef111bf366..781350db5ad13253b2f8deb6b052fef19322710a:/sistema/www/sistemas.php diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index 30bb291..2ec1d8a 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -1,11 +1,10 @@ - toHTML(); - + require_once '../local_lib/HTML_DietMarco.php'; require_once '../local_lib/intranetdb.php'; require_once 'MECON/HTML/Arbol/ArbolDB.php'; + $m = new HTML_DietMarco('sistemas'); + $m->addTitle('Sistemas'); + $db = IntranetDB::connect(); $dbdata = array( 'db' => $db, @@ -14,6 +13,7 @@ 'nombre' => 'sistema', 'link' => 'link'); $arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif'); - echo $arbol->toHTML(); + + $m->addBodyContent($arbol); + $m->display(); ?> -