From cf17606d0f6200296b1e6d67f9ae3fb797e0df69 Mon Sep 17 00:00:00 2001 From: tony baldwin Date: Wed, 21 Mar 2012 01:33:48 -0400 Subject: added Vijay's theme from facepark.in --- view/theme/facepark/conversation.tpl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 view/theme/facepark/conversation.tpl (limited to 'view/theme/facepark/conversation.tpl') diff --git a/view/theme/facepark/conversation.tpl b/view/theme/facepark/conversation.tpl new file mode 100755 index 000000000..43bb1dd47 --- /dev/null +++ b/view/theme/facepark/conversation.tpl @@ -0,0 +1,25 @@ +{{ for $threads as $thread }} +
+ {{ for $thread.items as $item }} + {{if $item.comment_firstcollapsed}} +
+ $thread.num_comments $thread.hide_text +
+ {{endif}} + + {{ inc $item.template }}{{ endinc }} + + + {{ endfor }} +
+{{ endfor }} + +{{ if $dropping }} + +
+{{ endif }} -- cgit v1.2.3