From fae0cff3083f026e9e218994fd9f2deca81432ad Mon Sep 17 00:00:00 2001 From: Christian Pointner <equinox@ffgraz.net> Date: Sun, 8 May 2011 23:30:34 +0000 Subject: moved multi-lang header/footer --- inc/footer.shtml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 inc/footer.shtml (limited to 'inc/footer.shtml') diff --git a/inc/footer.shtml b/inc/footer.shtml new file mode 100644 index 0000000..2b683ee --- /dev/null +++ b/inc/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 / supported by: <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> -- cgit v1.2.1