aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/logout.tpl
blob: 582d77ed6362082efb7d68bd70f25de58dc0dc9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{*
 *	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>