diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 18:52:20 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 18:52:20 +0000 |
| commit | ae480c44c59a9e77ea279f2208dd7f932079e078 (patch) | |
| tree | be098491808cc88d6aa3790f5b6a20d4feb4aad8 /template/hiscore_test.st | |
| parent | 8dd5a7b4e75ce418df5d75673304a8d14181c8f8 (diff) | |
Refactor templates: humps/hump variables
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> |
