Use emoji instead of SVG flags
This commit is contained in:
parent
0c4b055cf9
commit
2add291023
6 changed files with 99 additions and 21 deletions
|
@ -7,7 +7,7 @@
|
|||
{if isset($supportedLocales)}
|
||||
<ul class="locales">
|
||||
{foreach $supportedLocales as $supportedLocale}
|
||||
<li><a href="{path_for name='locale' data=['locale'=>$supportedLocale->getIso15897()]}"><span class="flag-icon flag-icon-{$supportedLocale->getIso3166()}"></span> {$supportedLocale->getFullName()}</a></li>
|
||||
<li><a href="{path_for name='locale' data=['locale'=>$supportedLocale->getIso15897()]}">{$supportedLocale->getCountry()->getEmoji()} {$supportedLocale->getFullName()}</a></li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue