diff options
author | Christian Pointner <equinox@ffgraz.net> | 2013-06-03 19:00:19 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2013-06-03 19:00:19 +0000 |
commit | 06131d13cf9b40acfeff00d328e233e3e8a6141d (patch) | |
tree | da920b4dc5d151f6f0adffbe729adcfb84b2962a /inc/footer.shtml | |
parent | 9c19744e63bf43ef7854bd3da87431aede60078b (diff) |
fixed hungarian version
Diffstat (limited to 'inc/footer.shtml')
-rw-r--r-- | inc/footer.shtml | 7 |
1 files changed, 7 insertions, 0 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> |