From 10fdcbffee489950646f0c11c2b02c7b8af4da3a Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Mon, 18 Aug 2014 16:33:43 +0200 Subject: [PATCH] added recent answer display to index --- views/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/views/index.html b/views/index.html index 8c0af35..9f50735 100644 --- a/views/index.html +++ b/views/index.html @@ -25,5 +25,17 @@ +{if="$recent_answers"} +

Recent Answers by others:

+ + + {loop="$recent"} + + + + {/loop} + +
{$value.author} wrote that {$user_name} is {$value.word1}, {$value.word2} and {$value.word3}
+{/if} {include="footer"} \ No newline at end of file