From 230902a9dfa1e2478a5b172c6741035cd3e2e6aa Mon Sep 17 00:00:00 2001 From: Christian Pointner <equinox@spreadspace.org> Date: Sun, 7 Aug 2016 22:34:00 +0200 Subject: replaced all == with = --- inc/footer.shtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'inc/footer.shtml') 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 --> -- cgit v1.2.1