diff options
Diffstat (limited to 'template/frontpagePROFILE.st')
| -rwxr-xr-x | template/frontpagePROFILE.st | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st index 6f64d61..0f9dd9d 100755 --- a/template/frontpagePROFILE.st +++ b/template/frontpagePROFILE.st @@ -1,15 +1,15 @@ <html> <head> - <title>dump.fm</title> + <title>hump.fm</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"> -You are viewing the current trending images posted to dump.fm; a super fun community of real-time image posting. +You are viewing the current trending images posted to hump.fm; a super fun community of real-time image posting. 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>! @@ -146,7 +146,7 @@ You are viewing the current trending images posted to dump.fm; a super fun commu $else$ <img id="contact" src="/static/img/noinfo.png"> $endif$ - <i id="hallnick">On dump.fm now..</i> + <i id="hallnick">On hump.fm now..</i> <iframe src="/fullscreen" class="fullscreen-thumb"></iframe> </div> @@ -165,13 +165,13 @@ You are viewing the current trending images posted to dump.fm; a super fun commu <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$ $endif$ @@ -182,7 +182,7 @@ You are viewing the current trending images posted to dump.fm; a super fun commu $footer()$--> <br><br><center> <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> |
