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

@ -2,6 +2,6 @@
<users type="array">
{{foreach $users as $u}}
{{include file="file:{{$api_user_xml}}" user=$u}}
{{include file="api_user_xml.tpl" user=$u}}
{{/foreach}}
</users>