aboutsummaryrefslogtreecommitdiffstats
path: root/view/logout.tpl
blob: 6a84a5bbcf58ae49f676c1c9f0de5c97cebf66c8 (plain) (blame)
1
2
3
4
5
6
<form action="" 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>