fixes and tweaks to Smarty processing

This commit is contained in:
Zach Prezkuta 2013-01-12 05:58:54 -07:00
parent d62483f526
commit 609c45e791
29 changed files with 64 additions and 66 deletions

View file

@ -9,8 +9,8 @@
{{ if $response.totalResults }}
{{ for $response.entry as $ent }}
{{ inc poco_entry_xml.tpl with $entry=$ent }}{{ endinc }}
{{ for $response.entry as $entry }}
{{ inc poco_entry_xml.tpl }}{{ endinc }}
{{ endfor }}
{{ else }}
<entry></entry>