Added /tos module

This commit is contained in:
Tobias Diekershoff 2018-04-02 18:40:30 +02:00
parent 348ee3625d
commit 6c20b4507d
6 changed files with 126 additions and 1 deletions

10
view/templates/tos.tpl Normal file
View file

@ -0,0 +1,10 @@
<h1>{{$title}}</h1>
{{$tostext}}
{{if $displayprivstatement}}
<h2>{{$privstatementtitle}}</h2>
<p>{{$privoperate}}</p>
<p>{{$privdelete}}</p>
{{/if}}