friendica/view/templates/tos.tpl

12 lines
180 B
Smarty
Raw Normal View History

2018-04-02 12:40:30 -04:00
<h1>{{$title}}</h1>
{{$tostext}}
{{if $displayprivstatement}}
<h2>{{$privstatementtitle}}</h2>
<p>{{$privoperate}}</p>
2018-04-16 04:25:39 -04:00
<p>{{$privdistribute}}</p>
2018-04-02 12:40:30 -04:00
<p>{{$privdelete}}</p>
{{/if}}