aboutsummaryrefslogtreecommitdiff
path: root/template/party.phtml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/party.phtml13
1 files changed, 0 insertions, 13 deletions
diff --git a/template/party.phtml b/template/party.phtml
deleted file mode 100644
index 9b22ce1..0000000
--- a/template/party.phtml
+++ /dev/null
@@ -1,13 +0,0 @@
-<div class="container-fluid room party audio">
- <h1><?=h($title)?></h1>
-
- <div class="player-wrap">
- <? include("$assemblies/player/audio.phtml") ?>
- </div>
-
- <div class="tab-content">
- <div class="tab-pane active" id="switcher">
- <? include("$assemblies/switcher/party.phtml") ?>
- </div>
- </div>
-</div>