diff options
author | Maximilian Richt | 2019-02-04 13:29:56 +0100 |
---|---|---|
committer | Maximilian Richt | 2019-02-04 13:31:07 +0100 |
commit | 07521b384c809517f7d517ed0ca37d1d0bd98361 (patch) | |
tree | 5e2591b1f1aefdfa2ed0e9b7c9b90f3329634db5 /configs/conferences/vsh/config.php | |
parent | e67a69676c58daad8d15f69debf4e1c5c814cb2c (diff) |
vsh: add logo, don't collapse room title, center preview
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/vsh/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/vsh/config.php b/configs/conferences/vsh/config.php index fc8b542..d85ac64 100644 --- a/configs/conferences/vsh/config.php +++ b/configs/conferences/vsh/config.php @@ -70,7 +70,7 @@ $CONFIG['CONFERENCE'] = array( * * Wird diese Zeile auskommentiert, wird kein Banner ausgegeben. */ - //'BANNER_HTML' => '', + 'BANNER_HTML' => '<div class="logo"></div>', /** * Link zu den Recordings |