diff options
Diffstat (limited to 'view/theme/redbasic/tpl/logout.tpl')
-rwxr-xr-x | view/theme/redbasic/tpl/logout.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/view/theme/redbasic/tpl/logout.tpl b/view/theme/redbasic/tpl/logout.tpl deleted file mode 100755 index 7548ed196..000000000 --- a/view/theme/redbasic/tpl/logout.tpl +++ /dev/null @@ -1,6 +0,0 @@ -<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> |