diff options
author | MaZderMind | 2014-10-19 13:44:34 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-19 13:44:34 +0200 |
commit | ce98e5359797c26be23c5db9a786fbd1e58acc7d (patch) | |
tree | ccad65d7be7cc4224fe7415b015bd294528d7807 /template/room.phtml | |
parent | e94c9bcce4dffc0bb1bbf64be9dac4ec4925b554 (diff) |
direct links to video formats
Diffstat (limited to '')
-rw-r--r-- | template/room.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/room.phtml b/template/room.phtml index 9574d59..81e3af8 100644 --- a/template/room.phtml +++ b/template/room.phtml @@ -15,7 +15,7 @@ <div class="tab-content"> - <? include("players/$type.phtml") ?> + <? include("assemblies/players/$type.phtml") ?> <div class="switcher"> <? include("assemblies/switcher/$type.phtml") ?> </div> |