From ff7dd610405705260f88b202a2d25c84460e69b4 Mon Sep 17 00:00:00 2001 From: Johannes Lauinger Date: Sun, 1 Nov 2015 21:10:02 +0100 Subject: adds configuration variable $contact_email --- config/config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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; -- cgit v1.2.3-54-g00ecf