]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/legajos/legajo.php
Bugfixes.
[mecon/intranet.git] / sistema / www / servicios / legajos / legajo.php
index 2c2ef0fd24bb212996493cd47632258419b3922e..379eb87387e1e41a0e6cc256577795c3ffc9b8b3 100755 (executable)
@@ -1,15 +1,15 @@
 <?php
 require_once 'MECON/Dependencia.php';
 require_once 'MECON/Agente.php';
 <?php
 require_once 'MECON/Dependencia.php';
 require_once 'MECON/Agente.php';
-require_once '../../../local_lib/Servicios/Legajos/Estudios.php';
-require_once '../../../local_lib/Servicios/Legajos/ExperienciaLaboral.php';
-require_once '../../../local_lib/Servicios/Legajos/Familiares.php';
+require_once 'Servicios/Legajos/Estudios.php';
+require_once 'Servicios/Legajos/ExperienciaLaboral.php';
+require_once 'Servicios/Legajos/Familiares.php';
 require_once 'HTML/Table.php';
 require_once 'MECON/HTML/Tabla.php';
 require_once 'MECON/HTML/Image.php';
 require_once 'MECON/HTML/Link.php';
 require_once 'MECON/HTML/Arbol.php';
 require_once 'HTML/Table.php';
 require_once 'MECON/HTML/Tabla.php';
 require_once 'MECON/HTML/Image.php';
 require_once 'MECON/HTML/Link.php';
 require_once 'MECON/HTML/Arbol.php';
-require_once '../../../local_lib/HTML_DietMarco.php';
+require_once 'HTML_DietMarco.php';
 
 
 
 
 
 
@@ -22,7 +22,7 @@ $nrodoc = $_SESSION['documento'];
 
 $IMG_flecha_naranja =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif','>>');
 $m = new HTML_DietMarco('servicios', 'Legajos');
 
 $IMG_flecha_naranja =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif','>>');
 $m = new HTML_DietMarco('servicios', 'Legajos');
-$m->addTitle('Legajo de Personal');
+//$m->addTitle('Legajo de Personal');
 
 $row_T = array();
 $T = new HTML_Table(array (    'width'=>'750',
 
 $row_T = array();
 $T = new HTML_Table(array (    'width'=>'750',