aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/specialcontent/audio/mp3.php
blob: cb4ab9376543e34c35c8f2c707b9034f94e20767 (plain)
1
2
3
4
<object type="audio/mpeg" data="<?php echo elgg_get_site_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>