summaryrefslogtreecommitdiff
path: root/config/config.default.php
diff options
context:
space:
mode:
authorJohannes Lauinger <johannes@lauinger-it.de>2015-11-01 21:10:02 +0100
committerJohannes Lauinger <johannes@lauinger-it.de>2015-11-01 21:10:02 +0100
commitff7dd610405705260f88b202a2d25c84460e69b4 (patch)
tree55c6712791f31b4960bb4038b3423f878e545fae /config/config.default.php
parentecf25f5d2a1793671474fb9dfe816001b98b4770 (diff)
adds configuration variable $contact_email
Diffstat (limited to 'config/config.default.php')
-rw-r--r--config/config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 4aa8d154..e9ec0427 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -6,6 +6,9 @@ $maintenance_mode = false;
// URL to the angel faq and job description
$faq_url = "https://events.ccc.de/congress/2013/wiki/Static:Volunteers";
+// contact email address, linked on every page
+$contact_email = "mailto:erzengel@lists.ccc.de";
+
// Default-Theme auf der Startseite, 1=style1.css usw.
$default_theme = 1;