]> git.mxchange.org Git - friendica.git/blob - view/templates/diaspora_profile.tpl
fix account_type
[friendica.git] / view / templates / diaspora_profile.tpl
1
2 <XML>
3  <post><profile>
4   <diaspora_handle>{{$handle}}</diaspora_handle>
5   <first_name>{{$first}}</first_name>
6   <last_name>{{$last}}</last_name>
7   <image_url>{{$large}}</image_url>
8   <image_url_medium>{{$medium}}</image_url_medium>
9   <image_url_small>{{$small}}</image_url_small>
10   <birthday>{{$dob}}</birthday>
11   <gender>{{$gender}}</gender>
12   <bio>{{$about}}</bio>
13   <location>{{$location}}</location>
14   <searchable>{{$searchable}}</searchable>
15   <tag_string>{{$tags}}</tag_string>
16  </profile></post>
17 </XML>