You are here

soundmanager2-inline-player.tpl.php in SoundManager2 7.2

SoundManager 2 Inline Player

File

soundmanager2-inline-player.tpl.php
View source
<?php

/**
 * @file
 * SoundManager 2 Inline Player
 */
?>
<ul class="graphic">
  <?php

foreach ($tracks as $track) {
  ?>
    <li><?php

  print $track;
  ?></li>
  <?php

}
?>
</ul>