Commit be071d5d authored by platyhouse's avatar platyhouse

.

parent 8676f63f
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<? if (count($categories2)) { ?> <? if (count($categories2)) { ?>
<?= $form->getSelect("부분류", "category2", $categories2); ?> <?= $form->getSelect("부분류", "category2", $categories2); ?>
<? } ?> <? } ?>
<? { if (strstr($this->config->mobileapp->packageName, "atmstockinfo")) { ?> <? if (strstr($this->config->mobileapp->packageName, "atmstockinfo")) { ?>
<?= $form->getSelect("유료글", "paid", array("유료" => "1", "무료" => "0")); ?> <?= $form->getSelect("유료글", "paid", array("유료" => "1", "무료" => "0")); ?>
<? } ?> <? } ?>
<?= $form->getInput("제목", "title"); ?> <?= $form->getInput("제목", "title"); ?>
......
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