mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Added /tos module
This commit is contained in:
parent
348ee3625d
commit
6c20b4507d
6 changed files with 126 additions and 1 deletions
10
view/templates/tos.tpl
Normal file
10
view/templates/tos.tpl
Normal file
|
@ -0,0 +1,10 @@
|
|||
<h1>{{$title}}</h1>
|
||||
|
||||
{{$tostext}}
|
||||
|
||||
{{if $displayprivstatement}}
|
||||
<h2>{{$privstatementtitle}}</h2>
|
||||
<p>{{$privoperate}}</p>
|
||||
<p>{{$privdelete}}</p>
|
||||
{{/if}}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue