diff options
author | MaZderMind | 2014-10-19 13:04:35 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-19 13:04:35 +0200 |
commit | e94c9bcce4dffc0bb1bbf64be9dac4ec4925b554 (patch) | |
tree | fe8986d676a0aa92e0c7a7ab9764fcb9ebe0caaa /template/party.phtml | |
parent | 96cc9bdbc4814df560767537477c3f5bb09ba588 (diff) |
prototype party player
Diffstat (limited to '')
-rw-r--r-- | template/party.phtml | 7 |
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> |