small fixes; update smarty3 templates

This commit is contained in:
Zach Prezkuta 2012-12-25 12:05:46 -07:00
parent 11c06e21b7
commit e736abd372
56 changed files with 303 additions and 311 deletions

View file

@ -10,7 +10,7 @@
{{if $response.totalResults}}
{{foreach $response.entry as $ent}}
{{include file="file:{{$poco_entry_xml}}" entry=$ent}}
{{include file="poco_entry_xml.tpl" entry=$ent}}
{{/foreach}}
{{else}}
<entry></entry>