summaryrefslogtreecommitdiff
path: root/template/simplerlog.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/simplerlog.st')
-rwxr-xr-xtemplate/simplerlog.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/simplerlog.st b/template/simplerlog.st
index d54f6b3..2d3c933 100755
--- a/template/simplerlog.st
+++ b/template/simplerlog.st
@@ -141,15 +141,15 @@ hump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic r
</div>
- $if(dumps)$
+ $if(humps)$
- $dumps: { d | $log_dump(dump=d)$ }$
+ $humps: { d | $log_hump(hump=d)$ }$
$json_tags_block(json_tags=json_tags)$
$else$
- No dumps!
+ No humps!
$endif$
</div>
@@ -164,7 +164,7 @@ hump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic r
$if(next)$
<a href="http://$roomkey$hump.fm/log/$next$"> <input class="pgbutton"id="nextbutton" value="Next ->" readonly="true"type="button"></a>
$else$
- <input id="nextbutton" value="nomodumps" readonly="true"type="button"class="pgbutton">
+ <input id="nextbutton" value="nomohumps" readonly="true"type="button"class="pgbutton">
$endif$
</div>