diff options
Diffstat (limited to 'template/profilelog.st')
| -rwxr-xr-x | template/profilelog.st | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/profilelog.st b/template/profilelog.st index 3f92185..560dfad 100755 --- a/template/profilelog.st +++ b/template/profilelog.st @@ -36,8 +36,8 @@ </div> $endif$ - <div>dumps posted: $dump_cnt$</div> - <div>dumps $nick$ faved: $dumps_user_faved_cnt$</div> + <div>humps posted: $hump_cnt$</div> + <div>humps $nick$ faved: $humps_user_faved_cnt$</div> $if(is_home)$ <div id="avatar-editing" class="is-hidden"> @@ -79,8 +79,8 @@ <div id="favbox"></div> <div id="messageList"> - $if(dumps)$ <span class="content"> - $dumps:{ d | $profile_dump(dump=d)$ }$ + $if(humps)$ <span class="content"> + $humps:{ d | $profile_hump(hump=d)$ }$ @@ -89,7 +89,7 @@ $else$ - no dumps + no humps $endif$ </div> @@ -107,7 +107,7 @@ $if(next)$ <a href="/$nick$/$next$"> <input id="nextbutton" value="Next ->"></a> $else$ - <input id="nextbutton" value="nomodumps"> + <input id="nextbutton" value="nomohumps"> $endif$ |
