friendica-github/view/templates/tos.tpl
Tobias Diekershoff 6c20b4507d Added /tos module
2018-04-02 18:40:30 +02:00

10 lines
153 B
Smarty

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