]> git.mxchange.org Git - friendica.git/blob - view/templates/diaspora_profile.tpl
Merge pull request #938 from annando/master
[friendica.git] / view / templates / diaspora_profile.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <XML>
7  <post><profile>
8   <diaspora_handle>{{$handle}}</diaspora_handle>
9   <first_name>{{$first}}</first_name>
10   <last_name>{{$last}}</last_name>
11   <image_url>{{$large}}</image_url>
12   <image_url_medium>{{$medium}}</image_url_medium>
13   <image_url_small>{{$small}}</image_url_small>
14   <birthday>{{$dob}}</birthday>
15   <gender>{{$gender}}</gender>
16   <bio>{{$about}}</bio>
17   <location>{{$location}}</location>
18   <searchable>{{$searchable}}</searchable>
19   <tag_string>{{$tags}}</tag_string>
20  </profile></post>
21 </XML>