8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f7216 commit b3ab5c3Copy full SHA for b3ab5c3
themes/vulkan/templates/layout/05_page.php
@@ -24,11 +24,7 @@
24
<?php
25
$language_pickers = array();
26
foreach($params['languages'] as $lang => $lang_name) {
27
- if ($lang === $params['language']) {
28
- $language_pickers[] = '<a href="/Introduction">' . $lang_name . '</a>';
29
- } else {
30
- $language_pickers[] = '<a href="/' . $lang . '/Introduction">' . $lang_name . '</a>';
31
- }
+ $language_pickers[] = '<a href="/' . $lang . '">' . $lang_name . '</a>';
32
}
33
echo implode(' / ', $language_pickers);
34
?>
0 commit comments