diff options
Diffstat (limited to 'template/rooms/frontpage.st')
| -rwxr-xr-x | template/rooms/frontpage.st | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/template/rooms/frontpage.st b/template/rooms/frontpage.st index 1cf6fba..c23c7ba 100755 --- a/template/rooms/frontpage.st +++ b/template/rooms/frontpage.st @@ -1,16 +1,13 @@ <!--/* - _____ ___ ___ ___ ___ ___ - / /::\ /__/\ /__/\ / /\ / /\ /__/\ - / /:/\:\ \ \:\ | |::\ / /::\ / /:/_ | |::\ - / /:/ \:\ \ \:\ | |:|:\ / /:/\:\ / /:/ /\ | |:|:\ - /__/:/ \__\:| ___ \ \:\ __|__|:|\:\ / /:/~/:/ / /:/ /:/ __|__|:|\:\ - \ \:\ / /:/ /__/\ \__\:\ /__/::::| \:\ /__/:/ /:/ /__/:/ /:/ /__/::::| \:\ - \ \:\ /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ \ \:\/:/ \ \:\~~\__\/ - \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\ - \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\ - \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\ - \__\/ \__\/ \__\/ \__\/ \__\/ \___\/ + // hump.fm + _oo\ + (__/ \ _ _ + \ \/ \/ \ + ( )\ + \_______/ \ + [[] [[] [[] [[] + [[] [[] [[] [[] (c)2011 hump.fm --> @@ -46,7 +43,7 @@ $if(!user_nick)$ <div id="dis_welcome"> <center> - <img src="/static/img/dumppixellarge3.png"> + <img src="/static/img/humppixellarge3.png"> <div id="midtxt">hump.fm lets you <i>talk with pictures!</i> 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><br> <span id="signintxt"> @@ -78,12 +75,12 @@ </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"> - $dumps: { d | $fame_dump(dump=d)$ }$ + $humps: { d | $fame_hump(hump=d)$ }$ </span> $else$ - No dumps! + No humps! $endif$ </div> |
