diff options
Diffstat (limited to 'view/tpl/convobj.tpl')
-rwxr-xr-x[-rw-r--r--] | view/tpl/convobj.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/convobj.tpl b/view/tpl/convobj.tpl index a35e232e2..d5cee1170 100644..100755 --- a/view/tpl/convobj.tpl +++ b/view/tpl/convobj.tpl @@ -1,4 +1,4 @@ -{{ for $threads as $item }} -{{ inc $item.template }}{{ endinc }} -{{ endfor }} +{{foreach $threads as $item}} +{{include file="{{$item.template}}"}} +{{/foreach}} |