diff options
author | MaZderMind | 2014-10-19 12:12:20 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-19 12:12:20 +0200 |
commit | f652ae2be38e74796ed63ba72e23fcb632818118 (patch) | |
tree | fac87e88a3928b789c0d9b7f4a9a2ac5b6cbb77e /template/formats.phtml | |
parent | c2f7758004a9016910168ad47c1a4300e107f2c2 (diff) |
restructure room site to produce a unique room/player/formats page
Diffstat (limited to '')
-rw-r--r-- | template/formats.phtml | 8 |
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> |