]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/register.tpl
registration: added display of privacy statement if enabled
[friendica.git] / view / theme / frio / templates / register.tpl
index 30ead3c4bb16117abaab5a207a467851a03582c5..670f5d11ef0ab6b8953a65223dfe45871520b0fe 100644 (file)
                {{if $showtoslink}}
                <p><a href="{{$baseurl}}/tos">{{$tostext}}</a></p>
                {{/if}}
+               {{if $showprivstatement}}
+               <h4>{{$privstatement.0}}</h4>
+               {{for $i=1 to 3}}
+               <p>{{$privstatement[$i]}}</p>
+               {{/for}}
+               {{/if}}
 
                <div id="register-submit-wrapper" class="pull-right">
                        <button type="submit" name="submit" id="register-submit-button" class="btn btn-primary" value="{{$regbutt|escape:'html'}}">{{$regbutt|escape:'html'}}</button>