diff options
Diffstat (limited to 'view/conversation.tpl')
-rw-r--r-- | view/conversation.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/conversation.tpl b/view/conversation.tpl new file mode 100644 index 000000000..339302638 --- /dev/null +++ b/view/conversation.tpl @@ -0,0 +1,5 @@ +{{ for $treads as $tread }} +<div class="tread-wrapper"> + $tread +</div> +{{ endfor }} |