diff options
Diffstat (limited to 'template/party.phtml')
-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> |