]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/poco_xml.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / smarty3 / poco_xml.tpl
index 67137c25365dc7073e535e1fa4d53db28c76f9be..90b6821f91b475771e5d94b64c869cfaf6382592 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 <?xml version="1.0" encoding="utf-8"?>
 <response>
 {{if $response.sorted}}<sorted>{{$response.sorted}}</sorted>{{/if}}
@@ -10,7 +15,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>