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
Branches
Tags
No related merge requests found
...@@ -118,7 +118,7 @@ if (($all_langs = Internationalization::getConfiguredSystemLanguages()) ...@@ -118,7 +118,7 @@ if (($all_langs = Internationalization::getConfiguredSystemLanguages())
list($lang, $locale) = explode('_', $code); list($lang, $locale) = explode('_', $code);
$qs['lang'] = $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); href="?<?php echo http_build_query($qs);
?>" title="<?php echo Internationalization::getLanguageDescription($code); ?>">&nbsp;</a> ?>" title="<?php echo Internationalization::getLanguageDescription($code); ?>">&nbsp;</a>
<?php } <?php }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment