diff options
author | MaZderMind | 2016-12-20 22:56:14 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-20 22:56:14 +0100 |
commit | 6776bbbc887895b1dccd2dcb416a34958b4bc0a1 (patch) | |
tree | 22271f33f08b503a6c44c87681a33148bfbb2234 /configs/conferences/33c3 | |
parent | 9720e98daf216e1f1ad930a6a67246bbbc31927e (diff) |
add isystems to the footer for 33c3
Diffstat (limited to 'configs/conferences/33c3')
-rw-r--r-- | configs/conferences/33c3/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/conferences/33c3/config.php b/configs/conferences/33c3/config.php index 9781caa..8f748aa 100644 --- a/configs/conferences/33c3/config.php +++ b/configs/conferences/33c3/config.php @@ -63,7 +63,8 @@ $CONFIG['CONFERENCE'] = array( */ 'FOOTER_HTML' => ' by <a href="https://ccc.de">Chaos Computer Club e.V</a>, - <a href="http://fem.tu-ilmenau.de/">FeM</a>, + <a href="https://www.isystems.at/">iSystems</a>, + <a href="https://fem.tu-ilmenau.de/">FeM</a>, <a href="http://www.ags.tu-bs.de/">ags</a> & <a href="https://c3voc.de">C3VOC</a> ', |