diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-03 22:01:05 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-03 22:01:05 +0000 |
| commit | 36202d8defb26f87264914f60c39c768cff3729e (patch) | |
| tree | a57224b8bba7fc7a7c65a8c3b0408847e9043a3d /template/newlog.st | |
| parent | d220d620e425ee6128c83229467e3ccac8f3ebf2 (diff) | |
Hump.fm: remove dump.fm branding
Diffstat (limited to 'template/newlog.st')
| -rwxr-xr-x | template/newlog.st | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/newlog.st b/template/newlog.st index 15da014..726c7f0 100755 --- a/template/newlog.st +++ b/template/newlog.st @@ -1,15 +1,15 @@ <html> <head> - <title>dump.fm log</title> + <title>hump.fm log</title> <!---HEAD ---> <meta http-equiv="Content-Type" content="text/html; charset=UTF-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!" /> +<meta name="keywords" content="hump.fm, image chat, realtime, internet, pictures, image links, gifs, image board"> +<meta name="description" content="hump.fm - Talk with pictures!" /> <script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script> <link rel="shortcut icon" href="/static/favicon.ico"> <link rel="image_src" href="/static/img/thumbs/heartover.gif" > @@ -137,13 +137,13 @@ window.location = "/error/ie"; <div id="pgbuttons"> $if(prev)$ - <a href="http://$roomkey$dump.fm/log/$prev$"><input class="pgbutton"id="prevbutton" value="<- Prev" readonly="true"type="button"></a> + <a href="http://$roomkey$hump.fm/log/$prev$"><input class="pgbutton"id="prevbutton" value="<- Prev" readonly="true"type="button"></a> $else$ $endif$ $if(next)$ - <a href="http://$roomkey$dump.fm/log/$next$"> <input class="pgbutton"id="nextbutton" value="Next ->" readonly="true"type="button"></a> + <a href="http://$roomkey$hump.fm/log/$next$"> <input class="pgbutton"id="nextbutton" value="Next ->" readonly="true"type="button"></a> $else$ <input id="nextbutton" value="nomodumps" readonly="true"type="button"class="pgbutton"> $endif$ @@ -154,7 +154,7 @@ window.location = "/error/ie"; $footer()$--> <br><br> <div id="footer"> -@2010 <a href="/">dump.fm</a> +@2010 <a href="/">hump.fm</a> <a href="/about_us">About Us</a> <a href="/help">Help FAQ</a> <a href="/terms">Terms</a> |
