diff options
-rw-r--r-- | content/de/links.html | 4 | ||||
-rw-r--r-- | content/en/links.html | 4 | ||||
-rw-r--r-- | content/si/links.html | 4 | ||||
-rw-r--r-- | images/edis.jpg | bin | 0 -> 3844 bytes | |||
-rw-r--r-- | inc/footer.shtml | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/content/de/links.html b/content/de/links.html index efe4dd6..db87ec0 100644 --- a/content/de/links.html +++ b/content/de/links.html @@ -17,3 +17,7 @@ befreundete Vereine, Gruppen und Organisationen in Graz, ohne die Funkfeuer nich <li><a href="http://www.kultur.graz.at/">Kulturamt</a> der Stadt Graz</li> </ul> +<h2>Sponsoren</h2> +<ul> + <li><a href="https://www.edis.at/">EDIS GmbH</a></li> +</ul> diff --git a/content/en/links.html b/content/en/links.html index 66f382d..52a3745 100644 --- a/content/en/links.html +++ b/content/en/links.html @@ -18,3 +18,7 @@ many ways. <li><a href="http://www.kultur.graz.at/">Office for Cultural Affairs</a> of the city of Graz</li> </ul> +<h2>Sponsors</h2> +<ul> + <li><a href="https://www.edis.at/">EDIS GmbH</a></li> +</ul> diff --git a/content/si/links.html b/content/si/links.html index 7a8e78a..57cd363 100644 --- a/content/si/links.html +++ b/content/si/links.html @@ -16,3 +16,7 @@ skupin in organizacij v Gradcu, s katerimi smo prijatelji in brez teh Funkfeuer <li><a href="http://www.kultur.graz.at/">Kulturni urad</a> Mestne občine Gradec</li>
</ul>
+<h2>Sponsorji</h2>
+<ul>
+ <li><a href="https://www.edis.at/">EDIS GmbH</a></li>
+</ul>
diff --git a/images/edis.jpg b/images/edis.jpg Binary files differnew file mode 100644 index 0000000..c0e1122 --- /dev/null +++ b/images/edis.jpg diff --git a/inc/footer.shtml b/inc/footer.shtml index 72a87d0..48d3801 100644 --- a/inc/footer.shtml +++ b/inc/footer.shtml @@ -24,14 +24,17 @@ <!--#if expr="${LANG} = de" --> <div id="sponsor">Mit freundlicher Unterstützung von: <br /> <a href="http://www.kultur.graz.at/"><img src="/images/GRAZ.jpg" alt="Mit freundlicher Unterstützung vom Kulturamt der Stadt Graz" width="150" height="41" /></a> + <a href="https://www.edis.at/"><img alt="Mit freundlicher Unterstützung von EDIS" src="/images/edis.jpg" width="108" height="41"></a> <!--#endif --> <!--#if expr="${LANG} = en" --> <div id="sponsor">supported by: <br /> <a href="http://www.kultur.graz.at/"><img src="/images/GRAZ.jpg" alt="supported by Kulturamt of the City of Graz" width="150" height="41" /></a> + <a href="https://www.edis.at/"><img alt="supported by EDIS" src="/images/edis.jpg" width="108" height="41"></a> <!--#endif --> <!--#if expr="${LANG} = si" --> <div id="sponsor">s pomočjo: <br /> <a href="http://www.kultur.graz.at/"><img src="/images/GRAZ.jpg" alt="s pomočjo Kulturnega Urada Mesta Gradec" width="150" height="41" /></a> + <a href="https://www.edis.at/"><img src="/images/edis.jpg" width="108" height="41"></a> <!--#endif --> </div> <div style="clear: both"></div> |