X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/1713650def781c16aadfd73bd9d085a1f50138c3..1eb70327db4d84f6525e7a35e9fc50d41d3475a2:/sistema/www/una_noticia.php?ds=inline diff --git a/sistema/www/una_noticia.php b/sistema/www/una_noticia.php index ab21da4..2f9686a 100644 --- a/sistema/www/una_noticia.php +++ b/sistema/www/una_noticia.php @@ -16,12 +16,14 @@ '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'); $noticia = new HTML_Noticia(new noticia($_GET['numero'])); $noticia->setVolver('noticias.php'); $noticia->setCompleta(true); $noticias->addRow(array($arbol,$noticia)); + $m->addStyleSheet($arbol->getCSS()); + $m->addStyleSheet($noticia->getCSS()); $noticias->updateCellAttributes(0, 0, array('valign'=>'top')); $noticias->updateCellAttributes(0, 1, array('valign'=>'top')); $m->addBodyContent($noticias);