diff options
Diffstat (limited to 'view/tpl/smarty3/poco_entry_xml.tpl')
-rw-r--r-- | view/tpl/smarty3/poco_entry_xml.tpl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/view/tpl/smarty3/poco_entry_xml.tpl b/view/tpl/smarty3/poco_entry_xml.tpl deleted file mode 100644 index d6e139cb5..000000000 --- a/view/tpl/smarty3/poco_entry_xml.tpl +++ /dev/null @@ -1,12 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<entry> -{{if $entry.id}}<id>{{$entry.id}}</id>{{/if}} -{{if $entry.displayName}}<displayName>{{$entry.displayName}}</displayName>{{/if}} -{{if $entry.preferredUsername}}<preferredUsername>{{$entry.preferredUsername}}</preferredUsername>{{/if}} -{{if $entry.urls}}{{foreach $entry.urls as $url}}<urls><value>{{$url.value}}</value><type>{{$url.type}}</type></urls>{{/foreach}}{{/if}} -{{if $entry.photos}}{{foreach $entry.photos as $photo}}<photos><value>{{$photo.value}}</value><type>{{$photo.type}}</type></photos>{{/foreach}}{{/if}} -</entry> |