mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
insert member modify view
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9098 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9f94898ff0
commit
0edc9948b7
3 changed files with 12 additions and 5 deletions
|
|
@ -91,6 +91,12 @@
|
|||
|
||||
$member_config = $oMemberModel->getMemberConfig();
|
||||
Context::set('member_config', $member_config);
|
||||
|
||||
global $lang;
|
||||
$identifierForm->title = $lang->{$member_config->identifier};
|
||||
$identifierForm->name = $member_config->identifier;
|
||||
$identifierForm->value = $member_info->{$member_config->identifier};
|
||||
Context::set('identifierForm', $identifierForm);
|
||||
// Set a template file
|
||||
$this->setTemplateFile('signup_form');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue