friendica/view/theme/decaf-mobile/threaded_conversation.tpl
2013-01-26 13:01:57 -07:00

13 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>