diff -r 487a16c7117c -r e5f1f45ea7e2 themes/iphone/playlist.tpl --- a/themes/iphone/playlist.tpl Fri Jun 12 13:48:22 2009 -0400 +++ b/themes/iphone/playlist.tpl Fri Jun 12 13:49:22 2009 -0400 @@ -25,6 +25,8 @@ var img_ajax = '/themes/{$theme|escape}/images/ajax.gif'; var class_current = 'current'; var allow_control = {if $allow_control}true{else}false{/if}; + + var iPhone = true; {foreach from=$scripts item=script} @@ -35,6 +37,7 @@