friendica/view/templates/logout.tpl

12 wiersze
326 B
Smarty
Czysty Zwykły widok Historia

2013-04-23 11:47:57 +00:00
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<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>