--- a/themes/iphone/playlist.tpl Mon Sep 01 16:50:03 2008 -0400
+++ b/themes/iphone/playlist.tpl Mon Sep 01 16:51:13 2008 -0400
@@ -67,7 +67,7 @@
<th>Track</th>
</tr>
{foreach key=tid item=track from=$playlist}
- {* strip *}
+ {strip}
<tr class="{cycle values="row1,row2"}{if $active == $tid} current{/if}" id="track_{$tid}" amarok:length_sec="{$track.length_int}">
<td>
<a class="tracklink" href="#action:jump;tid:{$tid}" onclick="expand_track({$tid}); return false;">
@@ -86,14 +86,18 @@
</div>
</td>
</tr>
- {* /strip *}
+ {/strip}
{/foreach}
</table>
</div>
<div id="footer">
<img alt="AmaroK web control" src="/themes/{$theme|escape}/images/amarok.gif" /><br />
<div class="poweredby">
- Powered by <a onclick="window.open(this.href); return false;" href="http://greyhound.enanocms.org/">Greyhound</a>
+ Powered by <a onclick="window.open(this.href); return false;" href="http://greyhound.enanocms.org/">Greyhound</a> v{$greyhound_version}
+ {if $use_auth}
+ –
+ <a href="/logout">log out</a>
+ {/if}
</div>
</div>
<script type="text/javascript">