]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/Arbol.php
BugFix
[mecon/meconlib.git] / lib / MECON / HTML / Arbol.php
index df77d1a06725761b821c73e0d4e91252c2e8a26b..fcd976f6126d68b2094e3fd5c867f6f12b90c676 100644 (file)
@@ -90,7 +90,7 @@ class MECON_HTML_Arbol extends HTML_Table
      * @access public
      */
     function getCSS() {
      * @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];
             $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']) {
             if(!is_null($e['link'])) {
                 $link = $e['link'];
                 if ($this->link_append and @$e['id']) {