summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/mod_user_profile.tpl2
-rw-r--r--templates/user_information_inc.tpl2
-rw-r--r--templates/user_preferences.tpl2
3 files changed, 3 insertions, 3 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}
diff --git a/templates/user_information_inc.tpl b/templates/user_information_inc.tpl
index 682ecc5..68b6f0b 100644
--- a/templates/user_information_inc.tpl
+++ b/templates/user_information_inc.tpl
@@ -23,7 +23,7 @@
<div class="form-group">
{formlabel label="Country"}
{forminput}
- {biticon ipackage="users" ipath="flags/" iname=$userData->getPreference('flag') iexplain=$userData->getPreference('users_country') iforce="icon"} {$userData->getPreference('users_country')}
+ {biticon ipackage="users" ipath="flags/" iname=$userData->getPreference('flag') iexplain=$userData->getPreference('users_country') iforce="icon" width=32 height=24} {$userData->getPreference('users_country')}
{/forminput}
</div>
diff --git a/templates/user_preferences.tpl b/templates/user_preferences.tpl
index b7a4205..e0e30f7 100644
--- a/templates/user_preferences.tpl
+++ b/templates/user_preferences.tpl
@@ -68,7 +68,7 @@
{/foreach}
</select>
&nbsp;
- {if $editUser->mPrefs.flag}{biticon iforce=icon ipackage=users ipath="flags/" iname=$editUser->mPrefs.flag iexplain=$editUser->mPrefs.users_country}{/if}
+ {if $editUser->mPrefs.flag}{biticon iforce=icon ipackage=users ipath="flags/" iname=$editUser->mPrefs.flag iexplain=$editUser->mPrefs.users_country width=32 height=24}{/if}
{/forminput}
</div>