diff options
| author | MaZderMind | 2016-02-26 16:46:23 +0100 | 
|---|---|---|
| committer | MaZderMind | 2016-02-26 16:46:23 +0100 | 
| commit | dfcd156f3ab91aa71dbabec656579a20058c3b99 (patch) | |
| tree | 1bb128c81445108311fca4c9ef52ce24eff18e42 /configs/conferences/chaosradio/config.php | |
| parent | 0a83ddc80e81e4137676cb12a1fecf9f8e9060c4 (diff) | |
use wiki-title
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/chaosradio/config.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/configs/conferences/chaosradio/config.php b/configs/conferences/chaosradio/config.php index a81e356..812b832 100644 --- a/configs/conferences/chaosradio/config.php +++ b/configs/conferences/chaosradio/config.php @@ -11,7 +11,7 @@ preg_match('/^cr([0-9]+)$/i', $upcoming_cr['short_name'], $m);  $EPISODE = intval($m[1]);  $DATE = strtotime($upcoming_cr['start_date'].' 22:00'); -$TITLE = "Chaosradio $EPISODE"; +$TITLE = $upcoming_cr['name'];  $IM_CCCB = ($upcoming_cr['location'] == 'CCCB');  $STREAM = $IM_CCCB ? 's5' : 'q2'; @@ -49,7 +49,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(  	 * Dieser im Seiten-Header, im <title>-Tag, in der About-Seite und ggf. ab weiteren Stellen als  	 * Anzeigetext benutzt  	 */ -	'TITLE' => "Chaosradio #$EPISODE", +	'TITLE' => $TITLE,  	/**  	 * Veranstalter | 
