Skip to content

Commit

Permalink
Fix the wrong order in the header from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen committed Dec 31, 2020
1 parent d6fa921 commit c31ca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externals/header.phtml
Expand Up @@ -141,8 +141,8 @@
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "de_DE"); ?>">Deutsch</a>
<!--| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "es_ES"); ?>">Espa&ntilde;ol</a>-->
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "fr_FR"); ?>">Fran&ccedil;ais</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "hr_HR"); ?>">Hrvatski</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "he"); ?>">עִברִית</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "hr_HR"); ?>">Hrvatski</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "it_IT"); ?>">Italiano</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "ja_JP"); ?>">日本語</a>
| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "hu_HU"); ?>">Magyar</a>
Expand Down

0 comments on commit c31ca87

Please sign in to comment.