diff options
Diffstat (limited to 'view/tpl/smarty3/convobj.tpl')
-rw-r--r-- | view/tpl/smarty3/convobj.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/smarty3/convobj.tpl b/view/tpl/smarty3/convobj.tpl new file mode 100644 index 000000000..d5cee1170 --- /dev/null +++ b/view/tpl/smarty3/convobj.tpl @@ -0,0 +1,4 @@ +{{foreach $threads as $item}} +{{include file="{{$item.template}}"}} +{{/foreach}} + |