aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/specialcontent/audio/mp3.php
blob: 83b77c3918bbf059d234c79bb84a2f004d36b6e3 (plain)
1
2
3
4
<object type="audio/mpeg" data="<?php echo $vars['url']; ?>mod/file/download.php?file_guid=<?php echo $vars['entity']->getGUID(); ?>" width="200" height="20">
  <param name="autoplay" value="false">
  <param name="autoStart" value="0">
</object>