Commit 7e757506 authored by platyhouse's avatar platyhouse

.

parent 657252ef
......@@ -28,6 +28,8 @@
<?= $form->getInput("닉네임", "nickName"); ?>
<? } ?>
<?= $form->getInput("성별", "gender"); ?>
<?= $form->getInput("나이대", "age"); ?>
<?= $form->getInput("생년월일", "birthday"); ?>
<?= $form->getInput("비밀번호변경", "*password"); ?>
<?= $form->getSelect("관리자여부", "isAdmin", array("관리자" => "1", "일반회원" => 0)); ?>
<? if (strstr($this->config->mobileapp->packageName, "atmstockinfo") || strstr($this->config->mobileapp->packageName, "com.platyhouse.storyshare")) { ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment