diff options
author | Christian Pointner <equinox@ffgraz.net> | 2011-05-08 23:22:49 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2011-05-08 23:22:49 +0000 |
commit | 89f1381203140e2c1badda4267f8a68f7d37cd25 (patch) | |
tree | 1ee08be891cbb2ba2d5cbf3f30aad893732167aa /inc/de/footer.shtml | |
parent | d638ca18c94bb487f1cbc80a8c70c315c49b090b (diff) |
introduced multi-lang support
Diffstat (limited to 'inc/de/footer.shtml')
-rw-r--r-- | inc/de/footer.shtml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/inc/de/footer.shtml b/inc/de/footer.shtml new file mode 100644 index 0000000..66c2c36 --- /dev/null +++ b/inc/de/footer.shtml @@ -0,0 +1,20 @@ + <div id="footer"> + <div id="htmlcss"> + <a href="http://validator.w3.org/check?uri=referer"> + <img style="border:0;height:31px" + src="http://www.w3.org/html/logo/downloads/HTML5_Logo_64.png" + alt="Valid HTML 5" /></a> + <a href="http://jigsaw.w3.org/css-validator/check/referer"> + <img style="border:0;width:88px;height:31px" + src="http://jigsaw.w3.org/css-validator/images/vcss" + alt="CSS ist valide!" /></a> + </div> +<!--#config timefmt="%Y" --> + <span id="copyright">© <!--#echo var="DATE_LOCAL" --> Funkfeuer Graz</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> + <div style="clear: both"></div> + </div> +</body> +</html> |