diff options
Diffstat (limited to 'template/rooms.phtml')
-rw-r--r-- | template/rooms.phtml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/template/rooms.phtml b/template/rooms.phtml index 2f28166..1f1ee93 100644 --- a/template/rooms.phtml +++ b/template/rooms.phtml @@ -34,11 +34,23 @@ <ul> <? foreach(array('sendezentrum') as $room): ?> - <li class="<?=h($room)?>"> + <li class="<?=h($room)?> wide"> <a href="<?=h(link_room($room))?>"><?=h($rooms[$room])?></a> </li> <? endforeach ?> </ul> </div> + + + <div class="room-group"> + <h2>Recordings</h2> + + <ul> + <li class="recordings wide"> + <a href="//media.ccc.de/browse/congress/2014/index.html">Recordings</a> + </li> + </ul> + </div> + </div> |