friendica/view/templates/tos.tpl

11 lines
153 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>
<p>{{$privdelete}}</p>
{{/if}}