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/head.st | |
| parent | 249c70f9c44a81d5df54ff6e937599c27129930e (diff) | |
replace all hardcoded urls in templates folder
Diffstat (limited to 'template/head.st')
| -rwxr-xr-x | template/head.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/head.st b/template/head.st index 66276e2..323bd8a 100755 --- a/template/head.st +++ b/template/head.st @@ -2,8 +2,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/jquery-ui-1.8.effects.min.js"></script> --> <script type="text/javascript" src="$domain$/static/js/pichat.js"></script> <link rel="stylesheet" type="text/css" href="$domain$/static/css/dump.css"> @@ -28,6 +28,6 @@ $endif$ <!--[if IE]> <script> -window.location = "http://dump.fm/error/ie"; +window.location = "http://hump.fm/error/ie"; </script> <![endif]--> |
