aboutsummaryrefslogtreecommitdiff
path: root/template/party.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'template/party.phtml')
-rw-r--r--template/party.phtml10
1 files changed, 8 insertions, 2 deletions
diff --git a/template/party.phtml b/template/party.phtml
index 1ec4b44..bbbf8d7 100644
--- a/template/party.phtml
+++ b/template/party.phtml
@@ -1,7 +1,13 @@
-<div class="container-fluid rooms">
+<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">
- <? include("players/audio.phtml") ?>
+ <div class="tab-pane active" id="switcher">
+ <? include("assemblies/switcher/party.phtml") ?>
+ </div>
</div>
</div>