X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/9212a13878d2c6614483e0b6e9e68b8e6ece8996..e59d3170b36e5b9ccc19afcb1565faf4dcb40463:/sistema/www/servicios/agenda/agenda2.php diff --git a/sistema/www/servicios/agenda/agenda2.php b/sistema/www/servicios/agenda/agenda2.php index c61aa32..60c60d9 100644 --- a/sistema/www/servicios/agenda/agenda2.php +++ b/sistema/www/servicios/agenda/agenda2.php @@ -38,7 +38,7 @@ if (DB::isError($DB)) { } //}}} //CREO LOS OBJETOS NECESARIOS {{{ -$MARCO = new HTML_DietMarco('servicios'); +$MARCO = new HTML_DietMarco('servicios', 'Servicios'); $AGENDA = new Servicios_Agenda ($DB); $TABLA = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"'); $LUPA = new MECON_HTML_Image('../../images/servicios_agenda_lupa.gif');