diff options
Diffstat (limited to 'template/profilenew.st')
| -rwxr-xr-x[-rw-r--r--] | template/profilenew.st | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/profilenew.st b/template/profilenew.st index dded235..5104b98 100644..100755 --- a/template/profilenew.st +++ b/template/profilenew.st @@ -34,7 +34,7 @@ jQuery(document).ready(function() { $if(avatar)$ <div id="dashtotal"style="background-image:url($avatar$);opacity:0.1;width:100%;height:100%;z-index:-1"></div> $else$ - <div id="dashtotal"style="background-image:url(http://dump.fm/static/img/thumbs/stripes.gif);width:100%;height:100%;z-index:-1"></div> + <div id="dashtotal"style="background-image:url(http://hump.fm/static/img/thumbs/stripes.gif);width:100%;height:100%;z-index:-1"></div> $endif$ $banner()$ @@ -92,16 +92,16 @@ jQuery(document).ready(function() { <div class="logged-dump"> - <h2><a href="http://dump.fm/$nick$/log">$if(is_home)$ your $else$ $nick$'s$endif$ posts ➡</a></h2> + <h2><a href="http://hump.fm/$nick$/log">$if(is_home)$ your $else$ $nick$'s$endif$ posts ➡</a></h2> <hr> - <h2><a href="http://dump.fm/$nick$/favorites"> $if(is_home)$ your $else$ $nick$'s $endif$ favs ➡</a></h2> + <h2><a href="http://hump.fm/$nick$/favorites"> $if(is_home)$ your $else$ $nick$'s $endif$ favs ➡</a></h2> <hr> - <a href="http://dump.fm/$nick$/popular"><h3> $if(is_home)$ your $else$ $nick$'s$endif$ most popular ➡</h3></a> + <a href="http://hump.fm/$nick$/popular"><h3> $if(is_home)$ your $else$ $nick$'s$endif$ most popular ➡</h3></a> </div> <div class="logged-dump"> - <a href="http://dump.fm/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> + <a href="http://hump.fm/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> <div class="logged-dump"> $imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$ </div> |
