diff options
author | friendica <info@friendica.com> | 2013-02-04 18:50:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-04 18:50:55 -0800 |
commit | 66b36031781a1b4b00a14a294232c1b4606e62b3 (patch) | |
tree | 6efdad8a1ce71e63cac8e13ccbebb2af3c02c5ec /view/tpl/smarty3 | |
parent | 845ec4bef6fb71815ee297ecbc7e41b20ee3d512 (diff) | |
download | volse-hubzilla-66b36031781a1b4b00a14a294232c1b4606e62b3.tar.gz volse-hubzilla-66b36031781a1b4b00a14a294232c1b4606e62b3.tar.bz2 volse-hubzilla-66b36031781a1b4b00a14a294232c1b4606e62b3.zip |
make preview work again after search/new template change
Diffstat (limited to 'view/tpl/smarty3')
-rw-r--r-- | view/tpl/smarty3/threaded_conversation.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/smarty3/threaded_conversation.tpl b/view/tpl/smarty3/threaded_conversation.tpl index 23a2564b7..a2885ddc3 100644 --- a/view/tpl/smarty3/threaded_conversation.tpl +++ b/view/tpl/smarty3/threaded_conversation.tpl @@ -3,11 +3,9 @@ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * *}} -{{foreach $threads as $thread}} -{{foreach $thread.items as $thread_item}} +{{foreach $threads as $thread_item}} {{include file="{{$thread_item.template}}" item=$thread_item}} {{/foreach}} -{{/foreach}} <div id="conversation-end"></div> |