friendica/view/templates/tos.tpl
2018-12-16 22:38:32 -05:00

12 lines
237 B
Smarty

<h1>{{$title}}</h1>
{{$tostext nofilter}}
{{if $displayprivstatement}}
<h2>{{$privstatementtitle nofilter}}</h2>
<p>{{$privacy_operate nofilter}}</p>
<p>{{$privacy_distribute nofilter}}</p>
<p>{{$privacy_delete nofilter}}</p>
{{/if}}