commit | 04b9621e7fb0fbfe19e0e3dad7ccc60a00fc0e39 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Apr 26 20:51:15 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Apr 26 20:51:41 2023 +0200 |
tree | 2fd1e00ca6640e9274e7b57c76fb7a42e8de0d0b | |
parent | 561a0dc8c4032b32820ca6dd6245985a58c6bf98 [diff] [blame] |
Introduce for hx and buttons Change-Id: I1f85548b1e39de13ca6474c8d29d10f502e0ee9f
diff --git a/config.php.example b/config.php.example index bd4cc3f..cef86ee 100755 --- a/config.php.example +++ b/config.php.example
@@ -23,6 +23,7 @@ $SERVICE_URL = "https://www.example.org"; $SERVICE_LOGO = "./static/Test_Logo.svg"; $SERVICE_NAME = "International Test Corpus"; +$SERVICE_COLOR = "#FF973A"; $REGULAR_CONFERENCE_FEE = 280; $EARLYBIRD_CONFERENCE_FEE = 240;