diff options
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/profile.st b/template/profile.st index 2890d60..8e3b834 100644 --- a/template/profile.st +++ b/template/profile.st @@ -73,7 +73,7 @@ <br> - <a href="/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a> + <a href="http://dump.fm/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a> <div id="date"> <div type="text" id="datepicker"></div></div> @@ -116,6 +116,7 @@ $share_buttons()$ $if(isadmin)$ <div id="adminmute"> <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br> + </div> $endif$ |
