]> git.sesse.net Git - ccbs/blobdiff - html/templates/player.tmpl
Link from the player's "all songs" list to the songs.
[ccbs] / html / templates / player.tmpl
index 5f25b8f81b74bcc1b38f7bf87f1ffb4915e0927a..59a15dde0bb28a41c3e49fb94e9517cadac8932c 100644 (file)
@@ -41,7 +41,7 @@
     <table>
 [% FOR s = allsongs %]
       <tr>
-        <th>[% s.title %]</th>
+        <th><a href="song.pl?id=[% s.song %]">[% s.title %]</a></th>
 [% SET col = 0 %]
 [% FOR score = s.scores %]
         <td>[% score %]</td>