]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/threaded_conversation.tpl
template engine rework
[friendica.git] / view / theme / decaf-mobile / threaded_conversation.tpl
1 $live_update
2
3 {{ for $threads as $thread }}
4 {{ if $mode == display }}
5 {{ inc $thread.template with $item=$thread }}{{ endinc }}
6 {{ else }}
7 {{ inc wall_thread_toponly.tpl with $item=$thread }}{{ endinc }}
8 {{ endif }}
9 {{ endfor }}
10
11 <div id="conversation-end"></div>
12