18 lines
351 B
Smarty
18 lines
351 B
Smarty
{{*
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
*
|
|
*}}
|
|
{{$live_update}}
|
|
|
|
{{foreach $threads as $thread}}
|
|
{{if $mode == display}}
|
|
{{include file="{{$thread.template}}" item=$thread}}
|
|
{{else}}
|
|
{{include file="wall_thread_toponly.tpl" item=$thread}}
|
|
{{/if}}
|
|
{{/foreach}}
|
|
|
|
<div id="conversation-end"></div>
|
|
|