use Python 2.4 compatible script; update Smarty templates
This commit is contained in:
parent
eb6c46a303
commit
cd017282e4
19 changed files with 29 additions and 26 deletions
|
@ -17,7 +17,7 @@
|
|||
{{if $item.type == tag}}
|
||||
{{include file="wall_item_tag.tpl"}}
|
||||
{{else}}
|
||||
{{include file="file:{{$item.template}}"}}
|
||||
{{include file="{{$item.template}}"}}
|
||||
{{/if}}
|
||||
|
||||
{{/foreach}}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{{if $thread.type == tag}}
|
||||
{{include file="wall_item_tag.tpl" item=$thread}}
|
||||
{{else}}
|
||||
{{include file="file:{{$thread.template}}" item=$thread}}
|
||||
{{include file="{{$thread.template}}" item=$thread}}
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
{{if $child.type == tag}}
|
||||
{{include file="wall_item_tag.tpl" item=$child}}
|
||||
{{else}}
|
||||
{{include file="file:{{$item.template}}" item=$child}}
|
||||
{{include file="{{$item.template}}" item=$child}}
|
||||
{{/if}}
|
||||
{{/foreach}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue