librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1057] s/$me->user/$me->name/


From: Toby Inkster
Subject: [Librefm-commits] [1057] s/$me->user/$me->name/
Date: Thu, 30 Apr 2009 11:57:42 +0000

Revision: 1057
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1057
Author:   tobyink
Date:     2009-04-30 11:57:42 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
s/$me->user/$me->name/

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

Modified: trunk/nixtape/themes/librefm/templates/user-journal.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/user-journal.tpl     2009-04-30 
11:50:44 UTC (rev 1056)
+++ trunk/nixtape/themes/librefm/templates/user-journal.tpl     2009-04-30 
11:57:42 UTC (rev 1057)
@@ -1,6 +1,6 @@
 {include file='header.tpl'}
 
-<h2 property="dc:title">{$me->user|escape:'html':'UTF-8'}'{if 
$me->user|substr:-1 != 's'}s{/if} journal</h2>
+<h2 property="dc:title">{$me->name|escape:'html':'UTF-8'}'{if 
$me->name|substr:-1 != 's'}s{/if} journal</h2>
 
 {include file='maxiprofile.tpl'}
 
@@ -17,7 +17,7 @@
 <!-- Column break -->
 </div></div><div class="yui-u" id="sidebar"><div style="padding: 10px;">
 
-<h3>{$me->user}'{if $me->user|substr:-1 != 's'}s{/if} top artists</h3>
+<h3>{$me->name}'{if $me->name|substr:-1 != 's'}s{/if} top artists</h3>
 <ul class="tagcloud" about="{$me->id}">
        {section name=i loop=$user_tagcloud}
        <li style="font-size:{$user_tagcloud[i].size}"><a

Modified: trunk/nixtape/themes/librefm/templates/user-profile.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/user-profile.tpl     2009-04-30 
11:50:44 UTC (rev 1056)
+++ trunk/nixtape/themes/librefm/templates/user-profile.tpl     2009-04-30 
11:57:42 UTC (rev 1057)
@@ -1,6 +1,6 @@
 {include file='header.tpl'}
 
-<h2 property="dc:title">{$me->user|escape:'html':'UTF-8'}'s profile</h2>
+<h2 property="dc:title">{$me->name|escape:'html':'UTF-8'}'s profile</h2>
 
 {include file='maxiprofile.tpl'}
 
@@ -17,7 +17,7 @@
 {/if}
 
 <div about="[_:seq1]" typeof="rdf:Seq" rev="rss:items">
-       <h3 typeof="rss:channel" property="rss:title" rel="rss:link" 
resource="#latest_plays" id="latest_plays" 
content="{$me->user|escape:'html':'UTF-8'}'s Latest Plays">Latest 
{$scrobbles|@count} Plays:</h3>
+       <h3 typeof="rss:channel" property="rss:title" rel="rss:link" 
resource="#latest_plays" id="latest_plays" 
content="{$me->name|escape:'html':'UTF-8'}'s Latest Plays">Latest 
{$scrobbles|@count} Plays:</h3>
 </div>
 
 <ul class="gobbles" about="{$me->id|escape:'html':'UTF-8'}" rev="gob:user">
@@ -54,7 +54,7 @@
 {/section}
 </ul>
 
-<h3>{$me->user}'s Top Tracks</h3>
+<h3>{$me->name}'s Top Tracks</h3>
 <ul>
 {section name=i loop=$toptracks}
 <li style="width:{$toptracks[i].width}" class="toptrack"><a 
href="{$toptracks[i].artisturl}">{$toptracks[i].artist}</a> - <a 
href="{$toptracks[i].trackurl}">{$toptracks[i].track}<a></li>
@@ -64,7 +64,7 @@
 <!-- Column break -->
 </div></div><div class="yui-u" id="sidebar"><div style="padding: 10px;">
 
-<h3>{$me->user}'s top artists</h3>
+<h3>{$me->name}'s top artists</h3>
 <ul class="tagcloud" about="{$me->id}">
        {section name=i loop=$user_tagcloud}
        <li style="font-size:{$user_tagcloud[i].size}"><a





reply via email to

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