diff options
| author | Finn M. Schröder | 2020-09-25 12:53:23 +0200 | 
|---|---|---|
| committer | Finn M. Schröder | 2020-09-25 12:53:23 +0200 | 
| commit | 9c502635df6591b25cb9c91d7e382111c4c29bdd (patch) | |
| tree | a5449ac8d02f021bda03493b7ca77c35186cbe2b /configs/conferences/wevsclimatecrisis/config.php | |
| parent | c98b78f828f364541a8de0c072c35da48be43caa (diff) | |
Adapt styling and update footer text
Diffstat (limited to 'configs/conferences/wevsclimatecrisis/config.php')
| -rw-r--r-- | configs/conferences/wevsclimatecrisis/config.php | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/configs/conferences/wevsclimatecrisis/config.php b/configs/conferences/wevsclimatecrisis/config.php index 22cbb18..aad363c 100644 --- a/configs/conferences/wevsclimatecrisis/config.php +++ b/configs/conferences/wevsclimatecrisis/config.php @@ -33,7 +33,7 @@ $CONFIG['CONFERENCE'] = array(  	 * Dieser im Seiten-Header, im <title>-Tag, in der About-Seite und ggf. ab weiteren Stellen als  	 * Anzeigetext benutzt  	 */ -	'TITLE' => 'we vs climatecrisis', +	'TITLE' => 'We vs ClimateCrisis',  	/**  	 * Veranstalter @@ -62,7 +62,8 @@ $CONFIG['CONFERENCE'] = array(  	 * Wird diese Zeile auskommentiert, wird die Standard-Attribuierung für (c3voc.de) verwendet  	 */  	'FOOTER_HTML' => ' -		wevsclimatecrisis.de +		by <a href="https://wevsclimatecrisis.de/">We vs ClimateCrisis</a>, a <a href="https://developersforfuture.org">DevelopersForFuture</a> initiative, with friendly support from the <a href="https://c3voc.de">C3VOC</a> +		| <span>Background image by <a href="https://unsplash.com/@markuswinkler?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Markus Winkler</a> on <a href="https://unsplash.com/s/photos/puzzle-pieces?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a></span>  	',  	/** | 
