diff options
Diffstat (limited to 'inc/footer.shtml')
-rw-r--r-- | inc/footer.shtml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/inc/footer.shtml b/inc/footer.shtml index c435eb2..da815e7 100644 --- a/inc/footer.shtml +++ b/inc/footer.shtml @@ -11,8 +11,14 @@ </div> <!--#config timefmt="%Y" --> <span id="copyright">© <!--#echo var="DATE_LOCAL" --> Funkfeuer Graz</span> - <div id="sponsor">Mit freundlicher Unterstützung von / supported by: <br /> +<!--#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" --> + <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 --> </div> <div style="clear: both"></div> </div> |