soundmanager2-inline-player.tpl.php in SoundManager2 7.2
SoundManager 2 Inline Player
1 theme call to soundmanager2-inline-player.tpl.php
- soundmanager2_field_formatter_view in ./
soundmanager2.module - Implements hook_field_formatter_view().
File
soundmanager2-inline-player.tpl.phpView source
<?php
/**
* @file
* SoundManager 2 Inline Player
*/
?>
<ul class="graphic">
<?php
foreach ($tracks as $track) {
?>
<li><?php
print $track;
?></li>
<?php
}
?>
</ul>