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/newlog.st | |
| parent | 249c70f9c44a81d5df54ff6e937599c27129930e (diff) | |
replace all hardcoded urls in templates folder
Diffstat (limited to 'template/newlog.st')
| -rwxr-xr-x | template/newlog.st | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/template/newlog.st b/template/newlog.st index 8cf2465..67341e0 100755 --- a/template/newlog.st +++ b/template/newlog.st @@ -11,8 +11,8 @@ <meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board, scott ostler, ryder ripps"> <meta name="description" content="dump.fm - Talk with pictures!" /> <script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script> -<link rel="shortcut icon" href="http://dump.fm/static/favicon.ico"> -<link rel="image_src" href="http://dump.fm/static/img/thumbs/heartover.gif" > +<link rel="shortcut icon" href="http://hump.fm/static/favicon.ico"> +<link rel="image_src" href="http://hump.fm/static/img/thumbs/heartover.gif" > <script type="text/javascript" src="$domain$/static/js/pichat.js"></script> <script>Domain = "$domain$"</script> @@ -34,7 +34,7 @@ $endif$ <!--[if IE]> <script> -window.location = "http://dump.fm/error/ie"; +window.location = "http://hump.fm/error/ie"; </script> <![endif]--> @@ -136,7 +136,7 @@ cursor:pointer; margin-left:3px; } a.signin span { - background-image:url("http://dump.fm/static/form_login/images/toggle_down_light.png"); + background-image:url("http://hump.fm/static/form_login/images/toggle_down_light.png"); background-repeat:no-repeat; background-position:100% 50%; padding:4px 16px 6px 0;cursor:pointer; @@ -152,7 +152,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, } a.signin.menu-open span {cursor:pointer; - background-image:url("http://dump.fm/static/form_login/images/toggle_up_dark.png"); + background-image:url("http://hump.fm/static/form_login/images/toggle_up_dark.png"); color:#789; } @@ -209,7 +209,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, width:90px; height:35px; font-size:20px; - background-image:url('http://dump.fm/static/img/btngrad1.png'); + background-image:url('http://hump.fm/static/img/btngrad1.png'); background-color:#4691e5; font-weight:bold; word-spacing:7; @@ -321,7 +321,7 @@ a#disregister { <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> $else$ - <a href="http://dump.fm/register" id="disregister">Register</a> + <a href="http://hump.fm/register" id="disregister">Register</a> $endif$ @@ -402,10 +402,10 @@ a#disregister { <br><br> <div id="footer"> @2010 <a href="/">dump.fm</a> -<a href="http://dump.fm/about_us" style="word-spacing: normal">About Us</a> -<a href="http://dump.fm/help" style="word-spacing: normal">Help FAQ</a> -<a href="http://dump.fm/terms">Terms</a> -<a href="http://dump.fm/privacy">Privacy</a> +<a href="http://hump.fm/about_us" style="word-spacing: normal">About Us</a> +<a href="http://hump.fm/help" style="word-spacing: normal">Help FAQ</a> +<a href="http://hump.fm/terms">Terms</a> +<a href="http://hump.fm/privacy">Privacy</a> </div> </div> $google_analytics()$ |
