aboutsummaryrefslogtreecommitdiff
path: root/template/formats.phtml
diff options
context:
space:
mode:
authorMaZderMind2014-10-19 12:12:20 +0200
committerMaZderMind2014-10-19 12:12:20 +0200
commitf652ae2be38e74796ed63ba72e23fcb632818118 (patch)
treefac87e88a3928b789c0d9b7f4a9a2ac5b6cbb77e /template/formats.phtml
parentc2f7758004a9016910168ad47c1a4300e107f2c2 (diff)
restructure room site to produce a unique room/player/formats page
Diffstat (limited to 'template/formats.phtml')
-rw-r--r--template/formats.phtml8
1 files changed, 0 insertions, 8 deletions
diff --git a/template/formats.phtml b/template/formats.phtml
deleted file mode 100644
index d03913d..0000000
--- a/template/formats.phtml
+++ /dev/null
@@ -1,8 +0,0 @@
-<ul>
- <? foreach($formats as $format => $display): ?>
- <li class="<?=h($format)?>">
- <a href="<?=h(link_player($room, $format))?>"><?=h($display)?></a>
- (<a href="<?=h(link_player($room, $format, true))?>">translated</a>)
- </li>
- <? endforeach ?>
-</ul>