]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/diaspora_photo.tpl
Merge pull request #1335 from silke/issue1329
[friendica.git] / view / templates / diaspora_photo.tpl
index b6220346c4b240b5581c6a72e12c9ccb772e2e3d..0330499577ba914e5a46a9452ceb498b2259823b 100644 (file)
@@ -1,18 +1,14 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <XML>
   <post>
     <photo>
-      <remote_photo_path>{{$path}}</remote_photo_path>
-      <remote_photo_name>{{$filename}}</remote_photo_name>
-      <status_message_guid>{{$msg_guid}}</status_message_guid>
       <guid>{{$guid}}</guid>
       <diaspora_handle>{{$handle}}</diaspora_handle>
       <public>{{$public}}</public>
       <created_at>{{$created_at}}</created_at>
+      <remote_photo_path>{{$path}}</remote_photo_path>
+      <remote_photo_name>{{$filename}}</remote_photo_name>
+      <status_message_guid>{{$msg_guid}}</status_message_guid>
     </photo>
   </post>
-</XML>
\ No newline at end of file
+</XML>