diff options
Diffstat (limited to 'template/rooms')
| -rwxr-xr-x | template/rooms/frontpage.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/rooms/frontpage.st b/template/rooms/frontpage.st index 1cf6fba..fb1b36a 100755 --- a/template/rooms/frontpage.st +++ b/template/rooms/frontpage.st @@ -78,12 +78,12 @@ </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"> - $dumps: { d | $fame_dump(dump=d)$ }$ + $humps: { d | $fame_dump(hump=d)$ }$ </span> $else$ - No dumps! + No humps! $endif$ </div> |
