diff options
author | Christian Pointner <equinox@ffgraz.net> | 2011-05-08 23:30:34 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2011-05-08 23:30:34 +0000 |
commit | fae0cff3083f026e9e218994fd9f2deca81432ad (patch) | |
tree | 46bfd67655248b1eaa953e0d95814eaf8cb4d465 /inc/footer.shtml | |
parent | ecbf98b4337f1dad2288da82e165b617105eeae5 (diff) |
moved multi-lang header/footer
Diffstat (limited to 'inc/footer.shtml')
-rw-r--r-- | inc/footer.shtml | 20 |
1 files changed, 20 insertions, 0 deletions
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> |