diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/footer.shtml | 12 | ||||
-rw-r--r-- | inc/lang.shtml | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/inc/footer.shtml b/inc/footer.shtml index 2e19fcd..450e8e8 100644 --- a/inc/footer.shtml +++ b/inc/footer.shtml @@ -11,25 +11,25 @@ </div> <!--#config timefmt="%Y" --> <span id="copyright">© <!--#echo var="DATE_LOCAL" --> Funkfeuer Graz, -<!--#if expr="${LANG} == de" --> +<!--#if expr="${LANG} = de" --> lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/2.0/at/">cc-by-sa</a></span> <!--#endif --> -<!--#if expr="${LANG} == en" --> +<!--#if expr="${LANG} = en" --> licensed by <a href="http://creativecommons.org/licenses/by-sa/2.0/at/">cc-by-sa</a></span> <!--#endif --> -<!--#if expr="${LANG} == si" --> +<!--#if expr="${LANG} = si" --> pod licenco <a href="http://creativecommons.org/licenses/by-sa/2.0/at/">cc-by-sa</a></span> <!--#endif --> -<!--#if expr="${LANG} == de" --> +<!--#if expr="${LANG} = de" --> <div id="sponsor">Mit freundlicher Unterstützung von: <br /> <a href="http://www.kultur.graz.at/"><img src="/images/kulturamtslogo.png" alt="Mit freundlicher Unterstützung vom Kulturamt der Stadt Graz" width="116" height="42" /></a> <!--#endif --> -<!--#if expr="${LANG} == en" --> +<!--#if expr="${LANG} = en" --> <div id="sponsor">supported by: <br /> <a href="http://www.kultur.graz.at/"><img src="/images/kulturamtslogo.png" alt="supported by Kulturamt of the City of Graz" width="116" height="42" /></a> <!--#endif --> -<!--#if expr="${LANG} == si" --> +<!--#if expr="${LANG} = si" --> <div id="sponsor">s pomočjo: <br /> <a href="http://www.kultur.graz.at/"><img src="/images/kulturamtslogo.png" alt="s pomočjo Kulturnega Urada Mesta Gradec" width="116" height="42" /></a> <!--#endif --> 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> |