From 7cd014e93ce1ebb2fded0bdcc093b982dd9ce57b Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Jan 2013 04:07:10 -0800 Subject: make preview work fix some other nits --- view/tpl/threaded_conversation.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view/tpl/threaded_conversation.tpl') diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl index f60839e49..e91c49bb1 100644 --- a/view/tpl/threaded_conversation.tpl +++ b/view/tpl/threaded_conversation.tpl @@ -1,6 +1,8 @@ -{{ for $threads as $item }} +{{ for $threads as $xyz }} +{{ for $xyz.items as $item }} {{ inc $item.template }}{{ endinc }} {{ endfor }} +{{ endfor }}
-- cgit v1.2.3