update a few more Smarty templates
This commit is contained in:
parent
cd017282e4
commit
1cfc660e6d
|
@ -11,7 +11,7 @@
|
|||
{{/if}}
|
||||
{{if $item.comment_lastcollapsed}}</div>{{/if}}
|
||||
|
||||
{{include file="file:{{$item.template}}"}}
|
||||
{{include file="{{$item.template}}"}}
|
||||
|
||||
|
||||
{{/foreach}}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{{$live_update}}
|
||||
|
||||
{{foreach $threads as $thread}}
|
||||
{{include file="file:{{$thread.template}}" item=$thread}}
|
||||
{{include file="{{$thread.template}}" item=$thread}}
|
||||
{{/foreach}}
|
||||
|
||||
<div id="conversation-end"></div>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div>
|
||||
</div>
|
||||
{{foreach $item.children as $child}}
|
||||
{{include file="file:{{$child.template}}" item=$child}}
|
||||
{{include file="{{$child.template}}" item=$child}}
|
||||
{{/foreach}}
|
||||
|
||||
{{if $item.flatten}}
|
||||
|
|
Loading…
Reference in a new issue