X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/0f840b3958a7355c367d45313e9dcf7c35d1cf76..3608c37d4d11ce577e26c58a81d127c860b6d08f:/lib/MECON/HTML/Arbol.php diff --git a/lib/MECON/HTML/Arbol.php b/lib/MECON/HTML/Arbol.php index df77d1a..fcd976f 100644 --- a/lib/MECON/HTML/Arbol.php +++ b/lib/MECON/HTML/Arbol.php @@ -90,7 +90,7 @@ class MECON_HTML_Arbol extends HTML_Table * @access public */ function getCSS() { - return '/MECON/css/arbol'; + return '/MECON/css/html/arbol'; } /** @@ -138,6 +138,7 @@ class MECON_HTML_Arbol extends HTML_Table $titulo = $e['titulo']; if(isset($e['activo']) && $e['activo'] != 0) $class = 'menu_activo'; else $class = $classes[$n]; + if(isset($e['bold'])) $class .= '_bold'; if(!is_null($e['link'])) { $link = $e['link']; if ($this->link_append and @$e['id']) {