diff options
Diffstat (limited to 'template/topic.st')
| -rwxr-xr-x | template/topic.st | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/template/topic.st b/template/topic.st index 30a5b87..eddef58 100755 --- a/template/topic.st +++ b/template/topic.st @@ -1,3 +1,15 @@ +<!--/* + + // hump.fm + _oo\ + (__/ \ _ _ + \ \/ \/ \ + ( )\ + \_______/ \ + [[] [[] [[] [[] + [[] [[] [[] [[] + +--> <html> <head> <title>#$topic$ - hump.fm</title> @@ -16,9 +28,9 @@ <br><h3></h3> </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"> - $dumps: { d | $topic_dump(dump=d)$ }$ + $humps: { d | $topic_hump(hump=d)$ }$ </span> $else$ <span>Topic #$topic$ doesn't exist yet!</span> @@ -35,7 +47,7 @@ $if(next)$ <a href="/$nick$/whofaved/$next$"> <input id="nextbutton" value="Next ->" readonly="true"></a> $else$ - <input id="nextbutton" value="nomodumps" readonly="true"> + <input id="nextbutton" value="nomohumps" readonly="true"> $endif$ </div> <div id="footerc"> |
