//include './details.php';
//include './lanes.php';
//include './set-lanes.php';
//include './diary.php';
//include './booking-day.php';
//include './3-months-bookings.php';
//include './' . $q . '.php'
if (isset($q2)) {
include './' . $q . '/' . $q2 . '.php';
} else include './' . $q . '.php';
?>