mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
Hide Group-Headline when no Title is specified
This commit is contained in:
parent
811f757b96
commit
7428fbab25
1 changed files with 5 additions and 3 deletions
|
@ -9,9 +9,11 @@
|
|||
|
||||
<? foreach($overview->getGroups() as $group => $rooms): ?>
|
||||
<div class="row room-group">
|
||||
<div class="col-xs-12">
|
||||
<h2><?=h($group)?></h2>
|
||||
</div>
|
||||
<? if($group): ?>
|
||||
<div class="col-xs-12">
|
||||
<h2><?=h($group)?></h2>
|
||||
</div>
|
||||
<? endif ?>
|
||||
|
||||
<? $count = count($rooms); ?>
|
||||
<? foreach($rooms as $idx => $room): ?>
|
||||
|
|
Loading…
Reference in a new issue