]> git.mxchange.org Git - friendica.git/blob - view/smarty3/poco_entry_xml.tpl
d6e139cb59a2c9868f902babfd175de98ee64c2a
[friendica.git] / view / smarty3 / poco_entry_xml.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <entry>
7 {{if $entry.id}}<id>{{$entry.id}}</id>{{/if}}
8 {{if $entry.displayName}}<displayName>{{$entry.displayName}}</displayName>{{/if}}
9 {{if $entry.preferredUsername}}<preferredUsername>{{$entry.preferredUsername}}</preferredUsername>{{/if}}
10 {{if $entry.urls}}{{foreach $entry.urls as $url}}<urls><value>{{$url.value}}</value><type>{{$url.type}}</type></urls>{{/foreach}}{{/if}}
11 {{if $entry.photos}}{{foreach $entry.photos as $photo}}<photos><value>{{$photo.value}}</value><type>{{$photo.type}}</type></photos>{{/foreach}}{{/if}}
12 </entry>