diff options
Diffstat (limited to 'inc/lang.shtml')
-rw-r--r-- | inc/lang.shtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/lang.shtml b/inc/lang.shtml index 8ee2ae5..b9f3c3c 100644 --- a/inc/lang.shtml +++ b/inc/lang.shtml @@ -1,18 +1,18 @@ <!--#set var="sitehtml" value="${SITE}.html" --> <ul id="lang"> -<!--#if expr="${LANG} == de" --> +<!--#if expr="${LANG} = de" --> <li><img src="/images/at_dis.png" alt="AT" /><img src="/images/de_dis.png" alt="DE" /></li> <!--#else --> <li><a href="/de/<!--#echo var="sitehtml" -->" title="Deutsche Version"><img src="/images/at.png" alt="AT" /><img src="/images/de.png" alt="DE" /></a></li> <!--#endif--> -<!--#if expr="${LANG} == en" --> +<!--#if expr="${LANG} = en" --> <li><img src="/images/uk_dis.png" alt="UK" /><img src="/images/us_dis.png" alt="US" /></li> <!--#else --> <li><a href="/en/<!--#echo var="sitehtml" -->" title="English Version"><img src="/images/uk.png" alt="UK" /><img src="/images/us.png" alt="US" /></a></li> <!--#endif--> -<!--#if expr="${LANG} == si" --> +<!--#if expr="${LANG} = si" --> <li><img src="/images/si_dis.png" alt="SI" /> <!--#else --> <li><a href="/si/<!--#echo var="sitehtml" -->" title="Slovenska verzija"><img src="/images/si.png" alt="SI" /></a></li> |