| @@ 1560-1564 (lines=5) @@ | ||
| 1557 | ||
| 1558 | $gd_country_actual = $gd_region_actual = $gd_city_actual = ''; |
|
| 1559 | ||
| 1560 | if (function_exists('get_actual_location_name')) {
|
|
| 1561 | $gd_country_actual = $gd_country != '' ? get_actual_location_name('country', $gd_country, true) : $gd_country;
|
|
| 1562 | $gd_region_actual = $gd_region != '' ? get_actual_location_name('region', $gd_region) : $gd_region;
|
|
| 1563 | $gd_city_actual = $gd_city != '' ? get_actual_location_name('city', $gd_city) : $gd_city;
|
|
| 1564 | } |
|
| 1565 | ||
| 1566 | if ($gd_city != '') {
|
|
| 1567 | if ($gd_city_actual != '') {
|
|
| @@ 4064-4068 (lines=5) @@ | ||
| 4061 | ||
| 4062 | $gd_country_actual = $gd_region_actual = $gd_city_actual = ''; |
|
| 4063 | ||
| 4064 | if (function_exists('get_actual_location_name')) {
|
|
| 4065 | $gd_country_actual = $gd_country != '' ? get_actual_location_name('country', $gd_country, true) : $gd_country;
|
|
| 4066 | $gd_region_actual = $gd_region != '' ? get_actual_location_name('region', $gd_region) : $gd_region;
|
|
| 4067 | $gd_city_actual = $gd_city != '' ? get_actual_location_name('city', $gd_city) : $gd_city;
|
|
| 4068 | } |
|
| 4069 | ||
| 4070 | if ($gd_city != '') {
|
|
| 4071 | if ($gd_city_actual != '') {
|
|
| @@ 4355-4359 (lines=5) @@ | ||
| 4352 | ||
| 4353 | $gd_country_actual = $gd_region_actual = $gd_city_actual = ''; |
|
| 4354 | ||
| 4355 | if (function_exists('get_actual_location_name')) {
|
|
| 4356 | $gd_country_actual = $gd_country != '' ? get_actual_location_name('country', $gd_country, true) : $gd_country;
|
|
| 4357 | $gd_region_actual = $gd_region != '' ? get_actual_location_name('region', $gd_region) : $gd_region;
|
|
| 4358 | $gd_city_actual = $gd_city != '' ? get_actual_location_name('city', $gd_city) : $gd_city;
|
|
| 4359 | } |
|
| 4360 | ||
| 4361 | if ($gd_city != '') {
|
|
| 4362 | if ($gd_city_actual != '') {
|
|