diff options
author | MaZderMind | 2015-04-06 00:28:03 +0200 |
---|---|---|
committer | MaZderMind | 2015-04-06 00:28:03 +0200 |
commit | 8f14dd9084b10c223508bc9948c5724fc2c9eb63 (patch) | |
tree | 9ff0ef30da4a08b7a6f50a3d91afee83ea01479a /template/embed.phtml | |
parent | ac263c7672d78151ffdf2990dd98127cee572717 (diff) |
Audio & Video-Player Embeding
Diffstat (limited to 'template/embed.phtml')
-rw-r--r-- | template/embed.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/embed.phtml b/template/embed.phtml new file mode 100644 index 0000000..dd8629a --- /dev/null +++ b/template/embed.phtml @@ -0,0 +1 @@ +<? require('assemblies/player/'.$stream->getPlayerType().'.phtml') ?> |