Commit 8a33b5fc authored by platyhouse's avatar platyhouse

.

parent 21fc8e6f
......@@ -26,6 +26,12 @@ namespace platyFramework;
<div class='col-md-12'>
<?= $form->getTextEdit("개인정보취급방침", "termsMemberPrivacy", "", ""); ?>
</div>
<? if (strstr($this->config->mobileapp->packageName, "atmstockinfo") || strstr($this->config->mobileapp->packageName, "com.platyhouse.storyshare")) { ?>
<div class='col-md-12'>
<?= $form->getTextEdit("유료 게시글 안내 문구", "paidContent", "", ""); ?>
</div>
<? } ?>
</div>
<div class="box-footer">
......
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