diff options
author | MaZderMind | 2015-11-08 15:15:53 +0100 |
---|---|---|
committer | MaZderMind | 2015-11-08 15:15:53 +0100 |
commit | a0b2129479ba10561811847c0651df8b55c8a6ba (patch) | |
tree | 2177365d737a24453783107697d19e712330f66d /template/embed.phtml | |
parent | efe1f83a7cc419df700dfe36ef11da20607d8eae (diff) |
Support an All-Conference-Closed Screen and mutliple Schedules & Relive-URLs
Diffstat (limited to 'template/embed.phtml')
-rw-r--r-- | template/embed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/embed.phtml b/template/embed.phtml index dd8629a..f99ece1 100644 --- a/template/embed.phtml +++ b/template/embed.phtml @@ -1 +1 @@ -<? require('assemblies/player/'.$stream->getPlayerType().'.phtml') ?> +<? require("$assemblies/player/".$stream->getPlayerType().'.phtml') ?> |