summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-05 14:31:04 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-05 14:31:04 +0100
commita7355f2229c5be22d339acd0340c8aaad1d6df7d (patch)
tree7a4940b5c14fae86bee0c8dbfd993be860be2cf5 /includes
parente0f340cfec0d0534e1518dbe3b16e2ed22c3b205 (diff)
downloadusers-a7355f2229c5be22d339acd0340c8aaad1d6df7d.tar.gz
users-a7355f2229c5be22d339acd0340c8aaad1d6df7d.tar.bz2
users-a7355f2229c5be22d339acd0340c8aaad1d6df7d.zip
Switch to lipis flag-icons 4x3 SVG set; update constituent country codes
- Replace Marble SVGs with lipis/flag-icons 4x3 set (271 flags, consistent 4:3 ratio, CC0 licensed) - Update iso3166 map: ENG/SCT/WLS/NIR now point to gb-eng/gb-sct/gb-wls/gb-nir matching lipis naming; custom eng/sct/wls/nir SVGs retained alongside - Switch flag {biticon} calls from hardcoded width/height to istyle=flag Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'includes')
-rw-r--r--includes/countries_inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/countries_inc.php b/includes/countries_inc.php
index 3e3f15d..e92b5cf 100644
--- a/includes/countries_inc.php
+++ b/includes/countries_inc.php
@@ -324,7 +324,7 @@ $bwIso3166 = [
'DZA' => 'dz',
'ECU' => 'ec',
'EGY' => 'eg',
- 'ENG' => 'eng',
+ 'ENG' => 'gb-eng',
'ERI' => 'er',
'ESH' => 'eh',
'ESP' => 'es',
@@ -418,7 +418,7 @@ $bwIso3166 = [
'NFK' => 'nf',
'NGA' => 'ng',
'NIC' => 'ni',
- 'NIR' => 'nir',
+ 'NIR' => 'gb-nir',
'NIU' => 'nu',
'NLD' => 'nl',
'NOR' => 'no',
@@ -446,7 +446,7 @@ $bwIso3166 = [
'RUS' => 'ru',
'RWA' => 'rw',
'SAU' => 'sa',
- 'SCT' => 'sct',
+ 'SCT' => 'gb-sct',
'SDN' => 'sd',
'SEN' => 'sn',
'SER' => 'rs',
@@ -497,7 +497,7 @@ $bwIso3166 = [
'VNM' => 'vn',
'VUT' => 'vu',
'WLF' => 'wf',
- 'WLS' => 'wls',
+ 'WLS' => 'gb-wls',
'WSM' => 'ws',
'YEM' => 'ye',
'ZAF' => 'za',