streams/view/tpl/smarty3/logout.tpl
2013-01-06 15:57:11 -07:00

6 lines
224 B
Smarty

<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>