X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/a8c6e4f59b6d0b57a35ae8369dc47596967a3145..9e975d5999b9dfdacd9a1bf8187aacebfc1cd999:/sistema/www/servicios.php?ds=inline diff --git a/sistema/www/servicios.php b/sistema/www/servicios.php index 8fdccc4..8285219 100644 --- a/sistema/www/servicios.php +++ b/sistema/www/servicios.php @@ -43,16 +43,12 @@ } $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)); + $nombre = implode(' >> ', 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 = '';