diff options
author | Christian Pointner <equinox@ffgraz.net> | 2011-05-13 02:06:06 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2011-05-13 02:06:06 +0000 |
commit | 782307d3f8c369103e2c16cd3f796ccd3c5b6155 (patch) | |
tree | 1c1e705a080b2463f13c1acbb49ccef41e559700 | |
parent | 17f886758350101f4abf887ed3cd678730c4ef45 (diff) |
footer de vs en
-rw-r--r-- | inc/footer.shtml | 5 | ||||
-rw-r--r-- | template/index.html | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/inc/footer.shtml b/inc/footer.shtml index da9ac66..8b7c00a 100644 --- a/inc/footer.shtml +++ b/inc/footer.shtml @@ -11,7 +11,12 @@ </div> <!--#config timefmt="%Y" --> <span id="copyright">© <!--#echo var="DATE_LOCAL" --> Funkfeuer Graz, +<!--#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" --> licensed by <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 /> <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> diff --git a/template/index.html b/template/index.html index 30c86fc..5d9bf08 100644 --- a/template/index.html +++ b/template/index.html @@ -81,7 +81,7 @@ alt="CSS ist valide!" /></a> </div> <span id="copyright">© 2011 Funkfeuer Graz, - licensed by <a href="http://creativecommons.org/licenses/by-sa/2.0/at/">cc-by-sa</a></span> + lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/2.0/at/">cc-by-sa</a></span> <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> </div> |