From: Gonzalo Merayo Date: Thu, 10 Jul 2003 22:25:53 +0000 (+0000) Subject: Todavia a medio arreglar, sorry X-Git-Tag: svn_import~386 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/3ddb24445dfbd0206ad64b72531a0986c4feb63c Todavia a medio arreglar, sorry --- diff --git a/lib/MECON/HTML/Arbol.php b/lib/MECON/HTML/Arbol.php index 73af521..0b36067 100644 --- a/lib/MECON/HTML/Arbol.php +++ b/lib/MECON/HTML/Arbol.php @@ -22,7 +22,20 @@ class HTML_Arbol extends HTML_Table /* $this->addRow(array(new HTML_Image($imagen,'',array('width'=>'132', 'height'=>'26', 'border'=>'0'))));*/ - $this->addRow(array('aa'), array('background'=>'MECON/images/arbol_titulo.gif')); +/* $titulo = new HTML_Table(array('width'=>'132', + 'height'=>'26', + 'border' => '0', + 'cellspacing' => '0', + 'cellpadding' => '0', + 'align'=>'center', + 'background'=>'/MECON/images/arbol_titulo.gif')); + $titulo->addRow(array('aa'), array('align'=>'center')); + $this->addRow(array($titulo));*/ + $this->addRow(array(' + + + +
NOTICIAS
')); $this->expandir($dat, 0); }