friendica/view/logout.tpl

7 lines
207 B
Smarty
Raw Normal View History

<form action="" method="post" >
<div class="logout-wrapper">
<input type="hidden" name="auth-params" value="logout" />
2011-02-24 05:43:22 +01:00
<input type="submit" name="submit" id="logout-button" value="$logout" />
</div>
</form>