diff -r c63de9eb7045 -r cddc2ba706d6 themes/funkymonkey/playlist.tpl --- a/themes/funkymonkey/playlist.tpl Sun Mar 23 14:59:33 2008 -0400 +++ b/themes/funkymonkey/playlist.tpl Sun Mar 23 15:24:06 2008 -0400 @@ -12,8 +12,20 @@ AmaroK playlist + {foreach from=$scripts item=script} + + {/foreach} +
+
+ « PrevTrk + Play + Pause + Stop + NextTrk » +
+
@@ -24,13 +36,19 @@ {foreach key=tid item=track from=$playlist} + {strip} - + + {/strip} {/foreach}
Length
{$tid+1}{$track.title|escape} + {if $active != $tid}{/if} + {$track.title|escape} + {if $active != $tid}{/if} + {$track.artist|escape} {$track.album|escape} {$track.length|escape}