Files
gestoria-lp/includes/header.php
Gestoría LP 693a3f616d fix: all service pages showing doble_nacionalidad content
The foreach loop in header.php used $slug and $servicio as loop
variables, which overwrote the same-named variables set by
servicio.php. After the loop, both variables held the last service
(doble_nacionalidad), so every service page rendered that content.

Renamed loop variables to $_nav_slug and $_nav_srv to avoid collision.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 04:13:46 +00:00

3.1 KiB