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/de | |
parent | ecbf98b4337f1dad2288da82e165b617105eeae5 (diff) |
moved multi-lang header/footer
Diffstat (limited to 'inc/de')
-rw-r--r-- | inc/de/footer.shtml | 20 | ||||
-rw-r--r-- | inc/de/header.html | 9 |
2 files changed, 0 insertions, 29 deletions
diff --git a/inc/de/footer.shtml b/inc/de/footer.shtml deleted file mode 100644 index 66c2c36..0000000 --- a/inc/de/footer.shtml +++ /dev/null @@ -1,20 +0,0 @@ - <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> diff --git a/inc/de/header.html b/inc/de/header.html deleted file mode 100644 index f0be10f..0000000 --- a/inc/de/header.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE HTML> -<html> -<head> - <title>Funkfeuer Graz</title> - <meta charset="utf-8"> - <link rel="stylesheet" type="text/css" href="/css/ffgraz.css" /> -</head> -<body> - <div id="header"></div> |