diff options
Diffstat (limited to 'template/popular.st')
| -rwxr-xr-x | template/popular.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/popular.st b/template/popular.st index 49395c8..d7312c8 100755 --- a/template/popular.st +++ b/template/popular.st @@ -16,11 +16,11 @@ <div id="messagePanep"> $mini_profile$ <div id="messageList"> - $if(dumps)$ <span class="content"> - $dumps:{ d | $popular_dump(dump=d)$ }$ + $if(humps)$ <span class="content"> + $humps:{ d | $popular_dump(hump=d)$ }$ </span> $else$ - no dumps + no humps $endif$ </div> |
