diff options
author | MaZderMind | 2014-12-13 01:27:13 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-13 01:27:13 +0100 |
commit | fe099ee04d55a8d298dd01ec75461fced869842b (patch) | |
tree | 471774be8a0adbe603695c93370b3a18ad4f2b8a | |
parent | d3e0d3fac512c9a8b0d27e4378bf0d244fc7f4c5 (diff) |
link partners in footer
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/footer.phtml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/assemblies/footer.phtml b/template/assemblies/footer.phtml index 907963b..d93a512 100644 --- a/template/assemblies/footer.phtml +++ b/template/assemblies/footer.phtml @@ -1,5 +1,6 @@ <footer> - by <a class='inverted' href='//ccc.de'>Chaos Computer Club e.V</a> - – - <a class='inverted' href='//c3voc.de'>c3voc</a> + by <a class='inverted' href='https://ccc.de'>Chaos Computer Club e.V</a>, + <a class='inverted' href='http://fem.tu-ilmenau.de/'>FeM</a>, + <a class='inverted' href='http://www.ags.tu-bs.de/'>ags</a> & + <a class='inverted' href='https://c3voc.de'>c3voc</a> </footer> |