- while($padre != 0)
- {
- $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];
- }
- $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));
+ while($padre != 0)
+ {
+ $row = $DB->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 = implode(' >> ', array_reverse($nombre));