friendica-github/view/templates/tos.tpl
Tobias Diekershoff f3c8631cbd display the thing
2018-04-16 10:25:39 +02:00

11 lines
180 B
Smarty

<h1>{{$title}}</h1>
{{$tostext}}
{{if $displayprivstatement}}
<h2>{{$privstatementtitle}}</h2>
<p>{{$privoperate}}</p>
<p>{{$privdistribute}}</p>
<p>{{$privdelete}}</p>
{{/if}}