Commit 21fc8e6f authored by platyhouse's avatar platyhouse

.

parent be071d5d
......@@ -40,7 +40,7 @@
<? if (count($categories2)) { ?>
<?= $form->getSelect("부분류", "category2", $categories2); ?>
<? } ?>
<? if (strstr($this->config->mobileapp->packageName, "atmstockinfo")) { ?>
<? if (strstr($this->config->mobileapp->packageName, "atmstockinfo") || strstr($this->config->mobileapp->packageName, "com.platyhouse.storyshare")) { ?>
<?= $form->getSelect("유료글", "paid", array("유료" => "1", "무료" => "0")); ?>
<? } ?>
<?= $form->getInput("제목", "title"); ?>
......
......@@ -30,7 +30,7 @@
<?= $form->getInput("성별", "gender"); ?>
<?= $form->getInput("비밀번호변경", "*password"); ?>
<?= $form->getSelect("관리자여부", "isAdmin", array("관리자" => "1", "일반회원" => 0)); ?>
<? if (strstr($this->config->mobileapp->packageName, "atmstockinfo")) { ?>
<? if (strstr($this->config->mobileapp->packageName, "atmstockinfo") || strstr($this->config->mobileapp->packageName, "com.platyhouse.storyshare")) { ?>
<?= $form->getSelect("유료여부", "paid", array("유료" => "1", "무료" => 0)); ?>
<? } ?>
<?= $form->getFile("프로필이미지", "profileImageUrl"); ?>
......
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