mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-12 05:24:27 +02:00
13 lines
250 B
Smarty
13 lines
250 B
Smarty
|
|
{{$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>
|
|
|