diff options
Diffstat (limited to 'template/newlog.st')
| -rwxr-xr-x | template/newlog.st | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/newlog.st b/template/newlog.st index 726c7f0..703e999 100755 --- a/template/newlog.st +++ b/template/newlog.st @@ -76,7 +76,7 @@ window.location = "/error/ie"; </a> </div> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> $else$ <a href="/register" id="disregister">Register</a> @@ -123,14 +123,14 @@ window.location = "/error/ie"; <div id="posts"> <div id="sideinfo">$roomkey$ log</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> @@ -145,7 +145,7 @@ window.location = "/error/ie"; $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> |
