From 08f25c6dbabd8c7773d61c790cc9bfa95ba89a08 Mon Sep 17 00:00:00 2001 From: Gonzalo Merayo Date: Thu, 10 Jul 2003 20:44:53 +0000 Subject: [PATCH] correccion de los style sheets --- lib/MECON/HTML/Arbol.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/MECON/HTML/Arbol.php b/lib/MECON/HTML/Arbol.php index 5dcea2b..fe81417 100644 --- a/lib/MECON/HTML/Arbol.php +++ b/lib/MECON/HTML/Arbol.php @@ -42,10 +42,10 @@ class HTML_Arbol extends HTML_Table foreach($dat as $e) { $e['titulo'] = $imagen->toHTML().$e['titulo']; - if(!is_null($e['link'])) - $e['titulo'] = ''.$e['titulo'].''; if(isset($e['activado']) && $e['activado'] != 0) $class = 'menu_activo'; else $class = $classes[$n]; + if(!is_null($e['link'])) + $e['titulo'] = ''.$e['titulo'].''; $this->t_interna->addRow(array($e['titulo']), array('class' => $class)); if(isset($e['sub'])) $this->expandir($e['sub'], $n+1); -- 2.43.0