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