aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2014-10-19 13:04:35 +0200
committerMaZderMind2014-10-19 13:04:35 +0200
commite94c9bcce4dffc0bb1bbf64be9dac4ec4925b554 (patch)
treefe8986d676a0aa92e0c7a7ab9764fcb9ebe0caaa /template
parent96cc9bdbc4814df560767537477c3f5bb09ba588 (diff)
prototype party player
Diffstat (limited to 'template')
-rw-r--r--template/party.phtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/party.phtml b/template/party.phtml
new file mode 100644
index 0000000..1ec4b44
--- /dev/null
+++ b/template/party.phtml
@@ -0,0 +1,7 @@
+<div class="container-fluid rooms">
+ <h1><?=h($title)?></h1>
+
+ <div class="tab-content">
+ <? include("players/audio.phtml") ?>
+ </div>
+</div>