diff options
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/template/profile.st b/template/profile.st index 7887994..999f93c 100644 --- a/template/profile.st +++ b/template/profile.st @@ -71,18 +71,17 @@ <div id="middash"> - <h2><a href="http://dump.fm/$nick$/log">$dump_cnt$ dumps ➡</a></h2> + <h2><a href="http://dump.fm/$nick$/log">$if(is_home)$ your $else$ $nick$'s$endif$ posts ➡</a></h2> <hr> - <h2><a href="http://dump.fm/$nick$/favorites">$dumps_user_faved_cnt$ dumps Faved ➡</a></h2> + <h2><a href="http://dump.fm/$nick$/favorites"> $if(is_home)$ your $else$ $nick$'s $endif$ favs ➡</a></h2> <hr> - <a href="http://dump.fm/$nick$/popular"><h3>$if(score_ent)$ $score$ $else$ 0 $endif$ of $if(is_home)$ your $else$ $nick$'s$endif$ dumps Faved ➡</h3></a> + <a href="http://dump.fm/$nick$/popular"><h3> $if(is_home)$ your $else$ $nick$'s$endif$ most popular ➡</h3></a> </div> - <div id="dashpix"> + <div id="dashpix"> <a href="http://dump.fm/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> <div id="mostrecentdumps"> $dumps: { d | $dash_dump(dump=d)$ }$ </div> - <div id="likebutton"> <iframe src="http://www.facebook.com/widgets/like.php?href=http://dump.fm/$nick$" scrolling="no" frameborder="0" |
