mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
changed behavior after login/logout
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9629 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
05b2472288
commit
1582774003
2 changed files with 3 additions and 5 deletions
|
|
@ -298,10 +298,8 @@
|
|||
function dispMemberLogout() {
|
||||
$oMemberController = &getController('member');
|
||||
$oMemberController->procMemberLogout();
|
||||
|
||||
Context::set('layout','none');
|
||||
$this->setTemplatePath($this->module_path.'/tpl');
|
||||
$this->setTemplateFile('logout');
|
||||
$this->setRedirectUrl(getNotEncodedUrl('act', ''));
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
<h1 class="h1">{$lang->cmd_login}</h1>
|
||||
<form ruleset="@login" action="./" method="post" id="fo_member_login" class="form">
|
||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('act', '')}" />
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q"><label for="uid">{$lang->user_id}</label></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue