From 8d3c6d33f2bc9290a02567051f21bf50fa0267fa Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@ffgraz.net>
Date: Sun, 8 May 2011 23:42:15 +0000
Subject: fixed image src

---
 template/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'template')

diff --git a/template/index.html b/template/index.html
index d45940e..5d386e5 100644
--- a/template/index.html
+++ b/template/index.html
@@ -78,7 +78,7 @@
     </div>
     <span id="copyright">&copy; 2011 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>
+      <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>
-- 
cgit v1.2.1