X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/54970ec49e9cc800d7d431b4ba5158bae780f629..49cc080e37b402e92f8be7b70d7c9acefa9e43db:/sistema/www/noticias.php diff --git a/sistema/www/noticias.php b/sistema/www/noticias.php index 0ebba56..a0c1a16 100644 --- a/sistema/www/noticias.php +++ b/sistema/www/noticias.php @@ -17,9 +17,12 @@ 'nombre' => 'nombre', 'id_padre' => 'grupo_padre', 'prepend_link' => 'noticias.php?grupo='); - $arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif'); + $arbol = new HTML_ArbolDB($dbdata, 'NOTICIAS'); - $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'));