aboutsummaryrefslogtreecommitdiff
path: root/template/formats.phtml
diff options
context:
space:
mode:
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>