]> git.mxchange.org Git - friendica.git/commitdiff
register template may link to the TOS as well
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 2 Apr 2018 16:41:16 +0000 (18:41 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 2 Apr 2018 16:41:16 +0000 (18:41 +0200)
view/templates/register.tpl

index 55c08627419c0286775733fd5c8dd3f5ee0e83d8..eddc55132551d8ad79838511073f4c40796976bf 100644 (file)
 
        {{$publish}}
 
+       {{if $showtoslink}}
+       <p><a href="{{$baseurl}}/tos">{{$tostext}}</a></p>
+       {{/if}}
+
        <div id="register-submit-wrapper">
                <input type="submit" name="submit" id="register-submit-button" value="{{$regbutt|escape:'html'}}" />
        </div>