From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/conversation.tpl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 view/tpl/conversation.tpl (limited to 'view/tpl/conversation.tpl') diff --git a/view/tpl/conversation.tpl b/view/tpl/conversation.tpl new file mode 100644 index 000000000..70cd389c9 --- /dev/null +++ b/view/tpl/conversation.tpl @@ -0,0 +1,28 @@ +
+{{ 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