diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index a6479821..8a64a2e8 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -235,7 +235,7 @@ $CONFIG['ROOMS'] = array( * in $CONFIG['OVERVIEW'] oder im Feedback verwendet wird. */ 'c3lounge' => array( - 'DISPLAY' => 'Lounge', + 'DISPLAY' => 'rC3 Lounge', 'DISPLAY_SHORT' => 'Lounge', 'WIDE' => true, @@ -672,8 +672,8 @@ $CONFIG['ROOMS'] = array( ), 'gehacktesfromhell' => array( - 'DISPLAY' => 'Gehacktes from Hell', - 'DISPLAY_SHORT' => 'gehacktesfromhell', + 'DISPLAY' => 'Gehacktes from Hell / Bierscheune', + 'DISPLAY_SHORT' => 'Hell', 'STREAM' => 'gehacktes', 'PREVIEW' => true, 'TRANSLATION' => [ @@ -708,7 +708,7 @@ $CONFIG['ROOMS'] = array( ), 'xhain' => array( - 'DISPLAY' => 'xHain', + 'DISPLAY' => 'xHain Lichtung', 'DISPLAY_SHORT' => 'xHain', 'STREAM' => 'xhain', 'PREVIEW' => true, diff --git a/template/overview.phtml b/template/overview.phtml index d2f3c209..3fd03354 100644 --- a/template/overview.phtml +++ b/template/overview.phtml @@ -11,9 +11,19 @@
- - - getSlug() ]['next']['start'] + <=> + $upcomingTalksPerRoom[ $b->getSlug() ]['next']['start'] + ); + }); + + foreach($rooms as $room): $is_wide = 0; /* when the count is odd and this is the last item - make it full width */ if (($count % 2 == 1) && ($idx == $count - 1)) { @@ -77,18 +87,22 @@ - hasSchedule()): ?> - getSlug() ] ?: [] ?> + hasSchedule()): + $upcoming = @$upcomingTalksPerRoom[ $room->getSlug() ] ?: []; + $current = @$upcoming['current']; + $next = @$upcoming['next']; ?>
-
- Now (since ):
- + +
+ Now (since ):
+
- -
- Next Talk ():
- + +
+ Next Talk ():
+
+