friendica_2021.01_tupambae_.../view/templates/logout.tpl

8 lines
224 B
Smarty
Raw Permalink Normal View History

<form action="{{$dest_url}}" method="post">
2013-04-23 13:47:57 +02:00
<div class="logout-wrapper">
<input type="hidden" name="auth-params" value="logout" />
<input type="submit" name="submit" id="logout-button" value="{{$logout}}" />
2013-04-23 13:47:57 +02:00
</div>
</form>