'prepend_link' => 'noticias.php?grupo=');
$arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif');
- $titulares = new HTML_Titulares($_GET['grupo'], 7);
+ $grupo = null;
+ if(isset($_GET['grupo']))
+ $grupo = $_GET['grupo'];
+ $titulares = new HTML_Titulares($grupo, 7);
$noticias->addRow(array($arbol,$titulares));
$noticias->updateCellAttributes(0, 0, array('valign'=>'top', 'width'=>'160'));
$noticias->updateCellAttributes(0, 1, array('width'=>'600'));