mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Issue 2105 Show right label for login identifier.
ID or Email, 'this is the question' - I do not want to do that. If I am a user. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10808 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
146b39a01b
commit
052a3af334
8 changed files with 21 additions and 11 deletions
|
|
@ -31,8 +31,12 @@ class memberMobile extends member
|
|||
return;
|
||||
}
|
||||
|
||||
// Set a template file
|
||||
// get member module configuration.
|
||||
$oMemberModel = &getModel('member');
|
||||
$config = $oMemberModel->getMemberConfig();
|
||||
Context::set('identifier', $config->identifier);
|
||||
|
||||
// Set a template file
|
||||
Context::set('referer_url', $_SERVER['HTTP_REFERER']);
|
||||
$this->setTemplateFile('login_form');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue