I noticed there was a new link at the top of the countries page, which is very useful to many I think.
Problem is it results in a page not found on the ISO site.
Printable View
I noticed there was a new link at the top of the countries page, which is very useful to many I think.
Problem is it results in a page not found on the ISO site.
Good spot. In admin/languages/english/countries.php, change line 27 fromtoPHP Code:
define('ISO_COUNTRY_CODES_LINK', '<a href="http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm" target="_blank">ISO 3166 Country Codes Reference</a>');
PHP Code:
define('ISO_COUNTRY_CODES_LINK', '<a href="http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm" target="_blank">ISO 3166 Country Codes Reference</a>');