diff options
-rw-r--r-- | inc/footer.shtml | 7 | ||||
-rw-r--r-- | inc/lang.shtml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/inc/footer.shtml b/inc/footer.shtml index 2e19fcd..729a4ec 100644 --- a/inc/footer.shtml +++ b/inc/footer.shtml @@ -20,6 +20,9 @@ <!--#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} == hu" --> + lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/2.0/at/">cc-by-sa</a></span> +<!--#endif --> <!--#if expr="${LANG} == de" --> <div id="sponsor">Mit freundlicher Unterstützung von: <br /> @@ -33,6 +36,10 @@ <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 --> +<!--#if expr="${LANG} == hu" --> + <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 --> </div> <div style="clear: both"></div> </div> diff --git a/inc/lang.shtml b/inc/lang.shtml index 14c36c6..3e6fed5 100644 --- a/inc/lang.shtml +++ b/inc/lang.shtml @@ -21,7 +21,7 @@ <!--#if expr="${LANG} == hu" --> <li><img src="/images/hu_dis.png" alt="HU" /> <!--#else --> - <li><a href="/hu/<!--#echo var="hutehtml" -->" title="Slovenska verzija"><img src="/images/hu.png" alt="HU" /></a></li> + <li><a href="/hu/<!--#echo var="sitehtml" -->" title="Ungarische Version"><img src="/images/hu.png" alt="HU" /></a></li> <!--#endif--> </ul> |