commit | 97087a1ae54589a50cd4b7aa713136460a134600 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Apr 28 16:42:49 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Apr 28 16:42:49 2023 +0200 |
tree | add6a80c61879cc859d7bf3b7f22ef39bb5bbe74 | |
parent | 421c13a2ae871ef37f6077b5ab5f8c755b61e056 [diff] [blame] |
Add optional navbar / menu bar
diff --git a/config.php.example b/config.php.example index cef86ee..d708a90 100755 --- a/config.php.example +++ b/config.php.example
@@ -24,6 +24,7 @@ $SERVICE_LOGO = "./static/Test_Logo.svg"; $SERVICE_NAME = "International Test Corpus"; $SERVICE_COLOR = "#FF973A"; +// $MENU_BAR = "menubar.html"; $REGULAR_CONFERENCE_FEE = 280; $EARLYBIRD_CONFERENCE_FEE = 240;