diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-08-07 22:34:00 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-08-07 22:34:00 +0200 |
commit | 230902a9dfa1e2478a5b172c6741035cd3e2e6aa (patch) | |
tree | 647a07aa4b6c08bcf41bc87e159a7a5b712bda94 /inc/footer.shtml | |
parent | 813087e72000344d2bbb838c279219d0ea03b117 (diff) |
replaced all == with =
Diffstat (limited to 'inc/footer.shtml')
-rw-r--r-- | inc/footer.shtml | 12 |
1 files changed, 6 insertions, 6 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 --> |