summaryrefslogtreecommitdiff
path: root/common/navigation.inc.j2
diff options
context:
space:
mode:
Diffstat (limited to 'common/navigation.inc.j2')
-rw-r--r--common/navigation.inc.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/common/navigation.inc.j2 b/common/navigation.inc.j2
index 7b421464..90c328a5 100644
--- a/common/navigation.inc.j2
+++ b/common/navigation.inc.j2
@@ -22,10 +22,10 @@
</div>
<div class="navbar navbar-default navbar-fixed-bottom" role="navigation">
<div class="container lang-slector">
- <a href="/en/"><img src="/images/gb.png" height="15" width="23" alt="English"></a>
- <a href="/de/"><img src="/images/de.png" height="15" width="25" alt="Deutsch"></a>
- <a href="/fr/"><img src="/images/fr.png" height="15" width="22" alt="Français"></a>
- <a href="/it/"><img src="/images/it.png" height="15" width="22" alt="Italiano"></a>
- <a href="/es/"><img src="/images/es.png" height="15" width="23" alt="Español"></a>
+ <a href="#" onclick="location.pathname=location.pathname.replace(/^.../, '/en')"><img src="/images/gb.png" height="15" width="23" alt="English"></a>
+ <a href="#" onclick="location.pathname=location.pathname.replace(/^.../, '/de')"><img src="/images/de.png" height="15" width="25" alt="Deutsch"></a>
+ <a href="#" onclick="location.pathname=location.pathname.replace(/^.../, '/fr')"><img src="/images/fr.png" height="15" width="22" alt="Français"></a>
+ <a href="#" onclick="location.pathname=location.pathname.replace(/^.../, '/it')"><img src="/images/it.png" height="15" width="22" alt="Italiano"></a>
+ <a href="#" onclick="location.pathname=location.pathname.replace(/^.../, '/es')"><img src="/images/es.png" height="15" width="23" alt="Español"></a>
</div>
</div>