move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates
11 lines
212 B
Smarty
Executable File
11 lines
212 B
Smarty
Executable File
{{*
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
*
|
|
*}}
|
|
<users type="array">
|
|
{{foreach $users as $user}}
|
|
{{include file="api_user_xml.tpl"}}
|
|
{{/foreach}}
|
|
</users>
|