1 <link rel="stylesheet" href="css/noticias.css">
2 <body bgcolor="#FFFFFF" class="subtitulo" link="#003366" vlink="#660066" alink="#0066FF" topmargin="0">
4 require_once '../local_lib/copete.php';
5 $c = new Copete('noticias');
7 $noticias = new HTML_Table(array('width' => '760', 'border' => '0'));
8 require_once '../local_lib/intranetdb.php';
9 require_once 'MECON/HTML/Arbol/ArbolDB.php';
10 $db = IntranetDB::connect();
13 'tabla' => 'grupo_secciones',
16 'id_padre' => 'grupo_padre',
17 'prepend_link' => 'noticias.php?grupo=');
18 $arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif');
20 require_once '../local_lib/HTML_Titulares.php';
21 $titulares = new HTML_Titulares(null, 7);
22 $noticias->addRow(array($arbol,$titulares));
23 $noticias->updateCellAttributes(0, 0, array('valign'=>'top', 'width'=>'160'));
24 $noticias->updateCellAttributes(0, 1, array('width'=>'600'));