mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Merge pull request #581 from fermionic/20130112-backport-red-smarty-improvements
fixes and tweaks to Smarty processing
This commit is contained in:
commit
8b643d4c88
29 changed files with 64 additions and 66 deletions
|
@ -15,8 +15,8 @@ $tabs
|
|||
|
||||
|
||||
<div id="contacts-display-wrapper">
|
||||
{{ for $contacts as $c }}
|
||||
{{ inc contact_template.tpl with $contact=$c }}{{ endinc }}
|
||||
{{ for $contacts as $contact }}
|
||||
{{ inc contact_template.tpl }}{{ endinc }}
|
||||
{{ endfor }}
|
||||
</div>
|
||||
<div id="contact-edit-end"></div>
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
|
||||
<div id="contacts-display-wrapper">
|
||||
{{foreach $contacts as $c}}
|
||||
{{include file="contact_template.tpl" contact=$c}}
|
||||
{{foreach $contacts as $contact}}
|
||||
{{include file="contact_template.tpl"}}
|
||||
{{/foreach}}
|
||||
</div>
|
||||
<div id="contact-edit-end"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue