X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/8868480b53a3121abef5d9b051263b3c91e36e09..78684ebb4c9fa80743b39ca55d2183d7d0997b27:/sistema/www/una_noticia.php diff --git a/sistema/www/una_noticia.php b/sistema/www/una_noticia.php index beff423..4dadf4a 100644 --- a/sistema/www/una_noticia.php +++ b/sistema/www/una_noticia.php @@ -1,7 +1,7 @@ 'nombre', 'id_padre' => 'grupo_padre', 'prepend_link' => 'noticias.php?grupo='); - $arbol = new HTML_ArbolDB($dbdata, 'NOTICIAS'); + $arbol = new MECON_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);