diff options
Diffstat (limited to 'view/tpl/convobj.tpl')
-rwxr-xr-x[-rw-r--r--] | view/tpl/convobj.tpl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/view/tpl/convobj.tpl b/view/tpl/convobj.tpl index a35e232e2..2a714c100 100644..100755 --- a/view/tpl/convobj.tpl +++ b/view/tpl/convobj.tpl @@ -1,4 +1,9 @@ -{{ for $threads as $item }} -{{ inc $item.template }}{{ endinc }} -{{ endfor }} +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +{{foreach $threads as $item}} +{{include file="{{$item.template}}"}} +{{/foreach}} |