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/rooms/fullscreen2.st | |
| parent | 249c70f9c44a81d5df54ff6e937599c27129930e (diff) | |
replace all hardcoded urls in templates folder
Diffstat (limited to 'template/rooms/fullscreen2.st')
| -rwxr-xr-x | template/rooms/fullscreen2.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/rooms/fullscreen2.st b/template/rooms/fullscreen2.st index 6046b7e..6d60bd1 100755 --- a/template/rooms/fullscreen2.st +++ b/template/rooms/fullscreen2.st @@ -115,7 +115,7 @@ input:hover { #toplogo{position: fixed;display:none; top: 0; left: 0;} -#big-image {cursor:url('http://dump.fm/static/img/thumbs/heartfaved.gif'), pointer} +#big-image {cursor:url('http://hump.fm/static/img/thumbs/heartfaved.gif'), pointer} </style> <script>jQuery(initLogin)</script> </head> @@ -138,7 +138,7 @@ left: 0;} </form> <div id="errormsg"></div> <div id="forgetpw"><a href="$domain$/reset">forgot password?</a></div> - <a href="/chat"id="toplogo"><img src="http://wiki.bennington.edu/mediawiki/images/9/9e/Dumplogo.gif"></a> <img src="http://dump.fm/static/img/thumbs/heartfaved.gif" id="fav-indicator"> + <a href="/chat"id="toplogo"><img src="http://wiki.bennington.edu/mediawiki/images/9/9e/Dumplogo.gif"></a> <img src="http://hump.fm/static/img/thumbs/heartfaved.gif" id="fav-indicator"> </div> $else$ <div id="loginbox"> |
