diff options
author | Andreas Hubel | 2020-09-04 19:07:52 +0200 |
---|---|---|
committer | Andreas Hubel | 2020-09-04 19:07:52 +0200 |
commit | 8ded7d71f152fb4d5d087cfac9c1b45ff9c37f66 (patch) | |
tree | e4cb0031cfecf311aee667687b9a9fd755ba19a7 /configs | |
parent | 1bd6cbd77f8bab53730bd8477c6c4b67265ed952 (diff) |
divoc_ptt: fix footer
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/divoc_ptt/config.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configs/conferences/divoc_ptt/config.php b/configs/conferences/divoc_ptt/config.php index 6ffc768..42a85f9 100644 --- a/configs/conferences/divoc_ptt/config.php +++ b/configs/conferences/divoc_ptt/config.php @@ -62,10 +62,7 @@ $CONFIG['CONFERENCE'] = array( * Wird diese Zeile auskommentiert, wird die Standard-Attribuierung für (c3voc.de) verwendet */ 'FOOTER_HTML' => ' - by <a href="https://ccc.de">Chaos Computer Club e.V</a>, - <a href="https://www.isystems.at/">iSystems</a>, - <a href="https://fem.tu-ilmenau.de/">FeM</a>, - <a href="https://www.ags.tu-bs.de/">ags</a> & + by <a href="https://ccc.de">Chaos Computer Club e.V</a> & <a href="https://c3voc.de">C3VOC</a> ', |