$noticias->updateCellAttributes(0, 1, array('valign'=>'top', 'width'=>'600'));
}else//No hay ninguna
{
- $mensaje = new HTML_Mensaje('alerta', 'No hay Noticias en esta Seccion', 300);
+ $mensaje = new HTML_Mensaje('alerta', 'No hay noticias publicadas en esta
+ sección', 370);
$noticias->addRow(array($arbol,$mensaje));
$marco->addStyleSheet($mensaje->getCSS());
$noticias->updateCellAttributes(0, 1, array('valign'=>'middle', 'align'=>'center','width'=>'600'));