diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 12:19:27 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 12:19:27 +0100 |
| commit | e0f340cfec0d0534e1518dbe3b16e2ed22c3b205 (patch) | |
| tree | 3d8b62140dc15833aafdff5daad42c40a068e1fd /modules | |
| parent | 9b8641f687e050548020bfa484fa36b5955d5f21 (diff) | |
| download | users-e0f340cfec0d0534e1518dbe3b16e2ed22c3b205.tar.gz users-e0f340cfec0d0534e1518dbe3b16e2ed22c3b205.tar.bz2 users-e0f340cfec0d0534e1518dbe3b16e2ed22c3b205.zip | |
Display flag icons at 32x24 (4:3 ratio)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_user_profile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_user_profile.tpl b/modules/mod_user_profile.tpl index 7b726d2..17b26f7 100644 --- a/modules/mod_user_profile.tpl +++ b/modules/mod_user_profile.tpl @@ -34,7 +34,7 @@ <div>{tr}Joined{/tr}: {$userInfo.registration_date|bit_short_date}</div> <div>{tr}Last visit{/tr}: {$userInfo.last_login|bit_short_date}</div> - {if $userPrefs.flag}{biticon iforce=icon ipackage=users ipath="flags/" iname=$userPrefs.flag iexplain=$userPrefs.users_country}{/if} {assign var=langcode value=$userPrefs.bitlanguage|default:$gBitSystem->getConfig('bitlanguage','en')}{$gBitLanguage->mLanguageList.$langcode.native_name} + {if $userPrefs.flag}{biticon iforce=icon ipackage=users ipath="flags/" iname=$userPrefs.flag iexplain=$userPrefs.users_country width=32 height=24}{/if} {assign var=langcode value=$userPrefs.bitlanguage|default:$gBitSystem->getConfig('bitlanguage','en')}{$gBitLanguage->mLanguageList.$langcode.native_name} {/bitmodule} {/strip} {/if} |
