friendica/view/theme/decaf-mobile/templates/threaded_conversation.tpl

14 lines
250 B
Smarty
Raw Normal View History

2013-04-23 13:47:57 +02:00
{{$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>