friendica/view/templates/tos.tpl

12 lines
180 B
Smarty
Raw Normal View History

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