]> git.mxchange.org Git - friendica.git/blob - logout.tpl
343088d5582719652e169c32fb8151b0ae46640d
[friendica.git] / logout.tpl
1
2 <form action="{{$dest_url}}" method="post" >
3 <div class="logout-wrapper">
4 <input type="hidden" name="auth-params" value="logout" />
5 <input type="submit" name="submit" id="logout-button" value="{{$logout|escape:'html'}}" />
6 </div>
7 </form>