]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/noticias.php
(no commit message)
[mecon/intranet.git] / sistema / www / noticias.php
index 08f16353c87e945227cd5b9d1a6f9b020d2bb4dd..0ffde4d364fb469a409f8e100da719cf2f8cc373 100644 (file)
@@ -7,7 +7,20 @@
 <table width='760' border='0'>
   <tr>
     <td width='160' valign='top'>
 <table width='760' border='0'>
   <tr>
     <td width='160' valign='top'>
-      <? include '../../../meconlib/tronco/test/prueba_arbol.php'?>
+      <?
+          require_once '../local_lib/intranetdb.php';
+          require_once 'MECON/HTML/Arbol/ArbolDB.php';
+          $db = IntranetDB::connect();
+         $dbdata = array(
+               'db' => $db,
+                'tabla' => 'grupo_secciones',
+               'id' => 'grupo',
+               'nombre' => 'nombre',
+               'id_padre' => 'grupo_padre',
+               'prepend_link' => 'noticias.php?grupo=');
+         $arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif');
+         echo $arbol->toHTML();
+     ?>
     </td>
     <td width='600'>
       <? include 'noticias.htm'?>
     </td>
     <td width='600'>
       <? include 'noticias.htm'?>