diff options
Diffstat (limited to 'template/rooms/frontpage.st')
| -rwxr-xr-x | template/rooms/frontpage.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/rooms/frontpage.st b/template/rooms/frontpage.st index fb1b36a..b973fb4 100755 --- a/template/rooms/frontpage.st +++ b/template/rooms/frontpage.st @@ -46,7 +46,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"> @@ -80,7 +80,7 @@ <div id="messageList"> $if(humps)$ <span class="content"> - $humps: { d | $fame_dump(hump=d)$ }$ + $humps: { d | $fame_hump(hump=d)$ }$ </span> $else$ No humps! |
