streams/view/tpl/logout.tpl
2017-05-02 12:46:50 -07:00

6 lines
224 B
Smarty
Executable file

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