node-audio.tpl.php
Template for Audio nodes.
Removed 'submitted by', restricted node classes to just one 'term' - in this case 'dash', to save having to rewrite the same CSS for each audio category.
<div class="cnr-dash">
<div class="tax-dash">
<div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
<?php if ($page == 0): ?>
<h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
<?php endif; ?>
<div class="content">
<?php print $content ?>
</div>
<br class="clear" />
<?php if ($links): ?>
<div class="links"><?php print $links ?></div>
<br class="clear" />
<div class="service-links">
<?php print $service_links ?>
</div>
<?php endif; ?>
</div>
</div>
</div>
<br class="clear" />
