$padre = $row[1];
$nombre[] = $row[0];
$nombre_corto = $row[0];
-
+ $i = 0;
if(is_null($row))
$nombre = "Esta pagina no esta cargada en AI!";
else
$row = $bd->getRow("SELECT nombre, servicio_padre
FROM servicio
WHERE servicio = $padre");
+ $i++;
+ if(!($i%2))
+ {
+ $tmp = new MECON_HTML_Link("servicios.php",
+ $row[0],
+ array('servicios' => $padre),
+ array('class' => 'copete_titulo_vinculos'));
+ $nombre[] = $tmp->toHTML();
+ }
$padre = $row[1];
- $nombre[] = $row[0];
}
+ $nombre = implode(' >> ', array_reverse($nombre));
}
- $image = new MECON_HTML_Image(PATH_RAIZ.'images/copete_flecha_azul.gif',
- null,
- array('height' => '15',
- 'border' => '0'));
- $nombre = implode(' '.$image->toHTML().' ', array_reverse($nombre));
}else
- $nombre = 'Servicios << Esto Va?';
+ $nombre = 'Servicios';//Nombre por default
$m = new HTML_DietMarco('servicios', $nombre);
- $m->addTitle('TODO poner ultimo aqui');
+// $m->addTitle('Servicios');
$serv->cargar($bd);
$serv->cargarHijos($bd, true, AI_SERVICIO_ORDEN_LONG_HIJOS);
$col_par = '';