X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/19284c51bfd93be9cb66ff7c7246958e95956fa5..9212a13878d2c6614483e0b6e9e68b8e6ece8996:/sistema/www/noticias.php diff --git a/sistema/www/noticias.php b/sistema/www/noticias.php index 7a58a1c..de4e37c 100644 --- a/sistema/www/noticias.php +++ b/sistema/www/noticias.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'); $titulares = new HTML_Titulares($grupo, $dias); $noticias->addRow(array($arbol,$titulares)); + $m->addStyleSheet($arbol->getCSS()); + $m->addStyleSheet($titulares->getCSS()); $noticias->updateCellAttributes(0, 0, array('valign'=>'top', 'width'=>'160')); $noticias->updateCellAttributes(0, 1, array('valign'=>'top', 'width'=>'600'));