X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/19284c51bfd93be9cb66ff7c7246958e95956fa5..1f70b230e314ae148be361dc98b9ce40792f7b7e:/sistema/www/noticias.php?ds=sidebyside diff --git a/sistema/www/noticias.php b/sistema/www/noticias.php index 7a58a1c..e4a24f3 100644 --- a/sistema/www/noticias.php +++ b/sistema/www/noticias.php @@ -32,6 +32,8 @@ $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'));