friendica-github/view/templates/tos.tpl

11 lines
153 B
Smarty
Raw Normal View History

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