diff options
author | Christian Pointner <equinox@ffgraz.net> | 2011-05-08 23:42:15 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2011-05-08 23:42:15 +0000 |
commit | 8d3c6d33f2bc9290a02567051f21bf50fa0267fa (patch) | |
tree | d141d75806128864db5469bc8840fe9eda46c5d4 /inc | |
parent | fae0cff3083f026e9e218994fd9f2deca81432ad (diff) |
fixed image src
Diffstat (limited to 'inc')
-rw-r--r-- | inc/footer.shtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/footer.shtml b/inc/footer.shtml index 2b683ee..c435eb2 100644 --- a/inc/footer.shtml +++ b/inc/footer.shtml @@ -12,7 +12,7 @@ <!--#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> + <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> |