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