diff options
Diffstat (limited to 'template/rooms/chat.st')
| -rwxr-xr-x | template/rooms/chat.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/rooms/chat.st b/template/rooms/chat.st index 80e82dd..0278943 100755 --- a/template/rooms/chat.st +++ b/template/rooms/chat.st @@ -50,7 +50,7 @@ $if(user_nick)$ // $else$ function showAlert() { - alert('Join dump.fm @ http://dump.fm/register'); + alert('Join dump.fm @ http://hump.fm/register'); } $endif$ @@ -72,14 +72,14 @@ $else$ $banner()$ $if(!user_nick)$ - <script>window.location.href = "http://dump.fm/"</script> + <script>window.location.href = "http://hump.fm/"</script> <div id="dis_welcome"> <center> <img src="$domain$/static/img/dumppixellarge3.png"> <div id="midtxt">dump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love. <br><br> <span id="signintxt"> - If you already have an account <strong><a href="http://dump.fm/login" class="signin">sign in</a></strong> If not <strong><a href="http://dump.fm/register">register</a></strong>! + If you already have an account <strong><a href="http://hump.fm/login" class="signin">sign in</a></strong> If not <strong><a href="http://hump.fm/register">register</a></strong>! </span> </center> </div> |
