librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1040] header for the top tracks


From: Clint Adams
Subject: [Librefm-commits] [1040] header for the top tracks
Date: Thu, 30 Apr 2009 04:06:49 +0000

Revision: 1040
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1040
Author:   clint
Date:     2009-04-30 04:06:49 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
header for the top tracks

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/profile.tpl

Modified: trunk/nixtape/themes/librefm/templates/profile.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/profile.tpl  2009-04-30 04:04:51 UTC 
(rev 1039)
+++ trunk/nixtape/themes/librefm/templates/profile.tpl  2009-04-30 04:06:49 UTC 
(rev 1040)
@@ -58,9 +58,10 @@
 {/section}
 </ul>
 
+<h3>{$user}'s Top Tracks</h3>
 <ul>
 {section name=i loop=$toptracks}
-<li class="toptrack"><a 
href="{$toptracks[i].artisturl}">{$toptracks[i].artist}</a> - <a 
href="{$toptracks[i].trackurl}">>{$toptracks[i].track}<a></li>
+<li class="toptrack"><a 
href="{$toptracks[i].artisturl}">{$toptracks[i].artist}</a> - <a 
href="{$toptracks[i].trackurl}">{$toptracks[i].track}<a></li>
 {/section}
 </ul>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]