From dfcd156f3ab91aa71dbabec656579a20058c3b99 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 26 Feb 2016 16:46:23 +0100 Subject: use wiki-title --- configs/conferences/chaosradio/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/conferences/chaosradio/config.php') 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 -Tag, in der About-Seite und ggf. ab weiteren Stellen als * Anzeigetext benutzt */ - 'TITLE' => "Chaosradio #$EPISODE", + 'TITLE' => $TITLE, /** * Veranstalter -- cgit v1.2.3