friendica/view/logout.tpl

7 lines
207 B
Smarty
Executable File

<form action="" method="post" >
<div class="logout-wrapper">
<input type="hidden" name="auth-params" value="logout" />
<input type="submit" name="submit" id="logout-button" value="$logout" />
</div>
</form>