* @access public
*/
function getCSS() {
- return '/MECON/css/arbol';
+ return '/MECON/css/html/arbol';
}
/**
foreach ($dat as $e) {
$titulo = $e['titulo'];
if(isset($e['activo']) && $e['activo'] != 0) $class = 'menu_activo';
- else $class = $classes[$n];
+ else $class = @$classes[$n] ? $classes[$n] : end($classes);
+ if(isset($e['bold'])) $class .= '_bold';
if(!is_null($e['link'])) {
$link = $e['link'];
if ($this->link_append and @$e['id']) {