librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1067] Figured out why an empty "$user's Top Tracks" h


From: Toby Inkster
Subject: [Librefm-commits] [1067] Figured out why an empty "$user's Top Tracks" heading was appearing at the end of user-recent-tracks.
Date: Thu, 30 Apr 2009 16:06:49 +0000

Revision: 1067
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1067
Author:   tobyink
Date:     2009-04-30 16:06:48 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
Figured out why an empty "$user's Top Tracks" heading was appearing at the end 
of user-recent-tracks. That was confusing the hell out of me!

Modified Paths:
--------------
    trunk/nixtape/user-recent-tracks.php

Modified: trunk/nixtape/user-recent-tracks.php
===================================================================
--- trunk/nixtape/user-recent-tracks.php        2009-04-30 15:26:30 UTC (rev 
1066)
+++ trunk/nixtape/user-recent-tracks.php        2009-04-30 16:06:48 UTC (rev 
1067)
@@ -66,7 +66,7 @@
                                )
                ));
 
-       $smarty->display('user-profile.tpl');
+       $smarty->display('user-recent-tracks.tpl');
 } else {
        $smarty->assign('error', 'User not found');
        $smarty->assign('details', 'Shall I call in a missing persons report?');





reply via email to

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