Sidebars - animaciones

This commit is contained in:
2025-07-18 12:21:26 -06:00
parent 1900091b99
commit 37dcfffd7b
69 changed files with 1282 additions and 710 deletions

View File

@@ -18,6 +18,8 @@ function dashboard()
exit;
}
$idUsuario = $_SESSION['usuario_id'] ?? null;
include __DIR__ . '/../../views/agencias/dashboard_agencias.php';
}