diff options
Diffstat (limited to 'template/hiscore_test.st')
| -rwxr-xr-x | template/hiscore_test.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/hiscore_test.st b/template/hiscore_test.st index 44c6346..662a0b1 100755 --- a/template/hiscore_test.st +++ b/template/hiscore_test.st @@ -12,7 +12,7 @@ $banner()$ <div id="content"> <div id="messagePanep"> <div id="userListp"> - <h2> most fav'd dumps this + <h2> most fav'd humps this <a href="/test/hiscores/day">day</a>, <a href="/test/hiscores/week">week</a>, <a href="/test/hiscores/month">month</a>, @@ -21,13 +21,13 @@ $banner()$ </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"><center> - $dumps: { d | $log_dump(dump=d)$ }$ + $humps: { d | $log_dump(hump=d)$ }$ </center></span> $json_tags_block(json_tags=json_tags)$ $else$ - No dumps! + No humps! $endif$ </div> |
