diff options
| author | jake <jake@weareshellshock.com> | 2017-01-29 17:33:02 -0500 |
|---|---|---|
| committer | jake <jake@weareshellshock.com> | 2017-01-29 17:33:02 -0500 |
| commit | 0bd3046614241f7f7b7b2f329c6e06d9f5713ac1 (patch) | |
| tree | cc439742ebfd5e5976f54a68f687e79b01bd8f5c /template/fullscreen4.st | |
| parent | 249c70f9c44a81d5df54ff6e937599c27129930e (diff) | |
replace all hardcoded urls in templates folder
Diffstat (limited to 'template/fullscreen4.st')
| -rwxr-xr-x | template/fullscreen4.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/fullscreen4.st b/template/fullscreen4.st index f07593c..d3cb0d9 100755 --- a/template/fullscreen4.st +++ b/template/fullscreen4.st @@ -141,7 +141,7 @@ $if(user_nick)$ <img src="/static/img/thumbs/heart.gif">click to fav $else$ -<a href="http://dump.fm"><img src="http://dump.fm/static/img/dumppixelhover.png" class="memelogo"></a> +<a href="http://hump.fm"><img src="http://hump.fm/static/img/dumppixelhover.png" class="memelogo"></a> <a href="#" onclick="showLogin(); return false;">LOGIN</a> | <a href="$domain$/register">REGISTER</a> $endif$ </div> @@ -150,7 +150,7 @@ we are the first real-time image chat community. we host more than 1,500,000 images. behind this txt are images we are posting right now. idgi for life, deal with it. </div> <div id="big-image"></div> - <img src="http://dump.fm/static/img/thumbs/heartfaved.gif" id="fav-indicator"> + <img src="http://hump.fm/static/img/thumbs/heartfaved.gif" id="fav-indicator"> <script> initFullscreen() </script> |
