diff options
Diffstat (limited to '')
-rw-r--r-- | template/rooms.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/rooms.phtml b/template/rooms.phtml index 3b6a1bb..180d1d0 100644 --- a/template/rooms.phtml +++ b/template/rooms.phtml @@ -10,7 +10,7 @@ <? foreach(array('saal1', 'saal2', 'saalg', 'saal6') as $room): ?> <li class="<?=h($room)?> col-md-6 col-sm-12"> <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="program-teaser"> |