diff options
Diffstat (limited to 'template/frontpagePROFILE.st')
| -rwxr-xr-x | template/frontpagePROFILE.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st index 727843c..ee9de55 100755 --- a/template/frontpagePROFILE.st +++ b/template/frontpagePROFILE.st @@ -140,7 +140,7 @@ You are viewing the current trending images posted to hump.fm; a super fun commu </div> - <div class="logged-dump"> + <div class="logged-hump"> $if(contact)$ <div id="contact" class="linkify-text">$contact$</div> $else$ @@ -150,15 +150,15 @@ You are viewing the current trending images posted to hump.fm; a super fun commu <iframe src="/fullscreen" class="fullscreen-thumb"></iframe> </div> - $if(dumps)$ + $if(humps)$ - $dumps: { d | $hall_log_dump(dump=d)$ }$ + $humps: { d | $hall_log_hump(hump=d)$ }$ $json_tags_block(json_tags=json_tags)$ $else$ - No dumps! + No humps! $endif$ </div> |
