diff options
Diffstat (limited to 'template/simplerlog.st')
| -rwxr-xr-x | template/simplerlog.st | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/template/simplerlog.st b/template/simplerlog.st index 819f808..c5f633e 100755 --- a/template/simplerlog.st +++ b/template/simplerlog.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" > @@ -133,7 +133,7 @@ $endif$ <div id="posts" class="clickable clearfix"> <div id="sideinfo">$roomkey$ log <br> -dump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love. +hump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love. <br> If you already have an account <strong><a href="/login" class="signin">sign in</a></strong> If not <strong><a href="/register">register</a></strong>! @@ -156,13 +156,13 @@ dump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic r <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$ @@ -173,7 +173,7 @@ dump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic r $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> |
