This commit is contained in:
2025-07-09 16:14:22 -06:00
parent 91b6806898
commit 287ad27274
39 changed files with 2517 additions and 2000 deletions

View File

@@ -40,9 +40,9 @@
// Detecta si estamos en alguna parte de locaciones
$esVistaLocaciones = str_contains($_SERVER['REQUEST_URI'], '/locaciones');
// Detecta si estamos en alguna parte de agentes
$esVistaAgentes = str_contains($_SERVER['REQUEST_URI'], '/agentes');
$esVistaAgentes = str_contains($_SERVER['REQUEST_URI'], '/agentes');
// Detecta si estamos en alguna parte de agente aduanal
$esVistaPatente = str_contains($_SERVER['REQUEST_URI'], '/patente');
$esVistaPatente = str_contains($_SERVER['REQUEST_URI'], '/patente');
?>
<!-- INICIO -->