aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2014-11-09 23:01:23 +0100
committerMaZderMind2014-11-09 23:01:23 +0100
commit31954fe35c87a9c3d9c57b29080abe8da4428d5b (patch)
treea62f4f494d4880ffc779fc5ab72b4a50b8377023 /template
parent6b7295d5fe87f65fcafd2787f954b7a751fe39ac (diff)
more prominent link to recordings
Diffstat (limited to 'template')
-rw-r--r--template/rooms.phtml14
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>