]> git.mxchange.org Git - friendica.git/blob - view/smarty3/diaspora_photo.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / diaspora_photo.tpl
1 <XML>
2   <post>
3     <photo>
4       <remote_photo_path>{{$path}}</remote_photo_path>
5       <remote_photo_name>{{$filename}}</remote_photo_name>
6       <status_message_guid>{{$msg_guid}}</status_message_guid>
7       <guid>{{$guid}}</guid>
8       <diaspora_handle>{{$handle}}</diaspora_handle>
9       <public>{{$public}}</public>
10       <created_at>{{$created_at}}</created_at>
11     </photo>
12   </post>
13 </XML>