Skip to content
Snippets Groups Projects
Commit 8a3c97b3 authored by aydreeihn's avatar aydreeihn
Browse files

Merge remote-tracking branch 'kevin/issue/serbian-flag-icon' into features_prs/develop-next

parents 3895ffbb ff971ba2
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ if (($all_langs = Internationalization::getConfiguredSystemLanguages())
list($lang, $locale) = explode('_', $code);
$qs['lang'] = $code;
?>
<a class="flag flag-<?php echo strtolower($locale ?: $info['flag'] ?: $lang); ?>"
<a class="flag flag-<?php echo strtolower($info['flag'] ?: $locale ?: $lang); ?>"
href="?<?php echo http_build_query($qs);
?>" title="<?php echo Internationalization::getLanguageDescription($code); ?>">&nbsp;</a>
<?php }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment