From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/poco_entry_xml.tpl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 view/tpl/poco_entry_xml.tpl (limited to 'view/tpl/poco_entry_xml.tpl') diff --git a/view/tpl/poco_entry_xml.tpl b/view/tpl/poco_entry_xml.tpl new file mode 100644 index 000000000..4d84cee41 --- /dev/null +++ b/view/tpl/poco_entry_xml.tpl @@ -0,0 +1,7 @@ + +{{ if $entry.id }}$entry.id{{ endif }} +{{ if $entry.displayName }}$entry.displayName{{ endif }} +{{ if $entry.preferredUsername }}$entry.preferredUsername{{ endif }} +{{ if $entry.urls }}{{ for $entry.urls as $url }}$url.value$url.type{{ endfor }}{{ endif }} +{{ if $entry.photos }}{{ for $entry.photos as $photo }}$photo.value$photo.type{{ endfor }}{{ endif }} + -- cgit v1.2.3