friendica/view/templates/tos.tpl

17 lines
313 B
Smarty
Raw Normal View History

2018-04-02 12:40:30 -04:00
<h1>{{$title}}</h1>
{{$tostext nofilter}}
2018-04-02 12:40:30 -04:00
2022-12-03 16:15:08 -05:00
{{if $rules}}
<h2>{{$rulestitle}}</h2>
{{$rules nofilter}}
{{/if}}
2018-04-02 12:40:30 -04:00
{{if $displayprivstatement}}
<h2>{{$privstatementtitle nofilter}}</h2>
<p>{{$privacy_operate nofilter}}</p>
<p>{{$privacy_distribute nofilter}}</p>
<p>{{$privacy_delete nofilter}}</p>
2018-04-02 12:40:30 -04:00
{{/if}}