aboutsummaryrefslogtreecommitdiff
path: root/template/party.phtml
diff options
context:
space:
mode:
authorMaZderMind2014-11-09 22:32:09 +0100
committerMaZderMind2014-11-09 22:32:09 +0100
commitffbff5eb16a30b673d0c8296068cce230c510ca3 (patch)
tree04a54623b7bcf4dc3f77c9da05682d013a2c6e8c /template/party.phtml
parent0575b7d60ec7ddf491461c28b0968a0a2b07cba6 (diff)
party style & player
Diffstat (limited to '')
-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>