]> git.mxchange.org Git - friendica.git/blob - view/smarty3/atom_relocate.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / atom_relocate.tpl
1
2 <dfrn:relocate>
3
4         <dfrn:url>{{$url}}</dfrn:url>
5         <dfrn:name>{{$name}}</dfrn:name>
6         <dfrn:photo>{{$photo}}</dfrn:photo>
7         <dfrn:thumb>{{$thumb}}</dfrn:thumb>
8         <dfrn:micro>{{$micro}}</dfrn:micro>
9         <dfrn:request>{{$request}}</dfrn:request>
10         <dfrn:confirm>{{$confirm}}</dfrn:confirm>
11         <dfrn:notify>{{$notify}}</dfrn:notify>
12         <dfrn:poll>{{$poll}}</dfrn:poll>
13         <dfrn:sitepubkey>{{$sitepubkey}}</dfrn:sitepubkey>
14
15
16 </dfrn:relocate>
17