1
2
3
4
5
6
7
8
9
<?php
$flNorthAmerica = false;
foreach ($Tour['TourCategory'] as $category) {
    if ($Category['Name'] == 'North America') {
        $flNorthAmerica = true;
    }
}
if (!$flNorthAmerica) :
//If this tour is outside the USA, show the passport options ?>