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