From a0d19ffb7241a1c7a4b85e6d0fd58fbb2f718468 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sun, 6 Jan 2013 14:42:51 -0700 Subject: implement Smarty3 --- view/tpl/threaded_conversation.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/tpl/threaded_conversation.tpl') diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl index e91c49bb1..0f949265c 100644 --- a/view/tpl/threaded_conversation.tpl +++ b/view/tpl/threaded_conversation.tpl @@ -1,6 +1,6 @@ -{{ for $threads as $xyz }} -{{ for $xyz.items as $item }} -{{ inc $item.template }}{{ endinc }} +{{ for $threads as $thread }} +{{ for $thread.items as $thread_item }} +{{ inc $thread_item.template with $item=$thread_item }}{{ endinc }} {{ endfor }} {{ endfor }} -- cgit v1.2.3