mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
new room urls
This commit is contained in:
parent
7b7860d341
commit
8450b9954b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<? foreach(array('saal1', 'saal2', 'saalg', 'saal6') as $room): ?>
|
<? foreach(array('saal1', 'saal2', 'saalg', 'saal6') as $room): ?>
|
||||||
<li class="<?=h($room)?> col-md-6 col-sm-12">
|
<li class="<?=h($room)?> col-md-6 col-sm-12">
|
||||||
<a href="<?=h(link_room($room))?>">
|
<a href="<?=h(link_room($room))?>">
|
||||||
<img class="teaser" src="assets/img/rooms/<?=h($room)?>.png" alt="" width="213" height="120" />
|
<img class="teaser" src="thumbs/rooms/<?=h($room)?>.png" alt="" width="213" height="120" />
|
||||||
<div class="title"><?=h($rooms[$room])?></div>
|
<div class="title"><?=h($rooms[$room])?></div>
|
||||||
|
|
||||||
<div class="program-teaser">
|
<div class="program-teaser">
|
||||||
|
|
Loading…
Reference in a new issue