mirror of
https://github.com/friendica/friendica
synced 2024-11-13 03:02:53 +00:00
12 lines
265 B
Smarty
12 lines
265 B
Smarty
$live_update
|
|
|
|
{{ for $threads as $thread }}
|
|
{{ if $mode == display }}
|
|
{{ inc $thread.template with $item=$thread }}{{ endinc }}
|
|
{{ else }}
|
|
{{ inc wall_thread_toponly.tpl with $item=$thread }}{{ endinc }}
|
|
{{ endif }}
|
|
{{ endfor }}
|
|
|
|
<div id="conversation-end"></div>
|
|
|