friendica/view/logout.tpl
2012-03-14 21:29:44 -07:00

7 lines
216 B
Smarty
Executable file

<form action="$dest_url" 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>