Commit 4358bf5c authored by platyhouse's avatar platyhouse

- encrypted

parent 66059f19
......@@ -48,6 +48,7 @@ namespace platyFramework;
<?= $form->getSelect("최저가보장 노출 여부", "isLowerPrice", ["노출" => 1, "비노출" => 0]); ?>
<?= $form->getSelect("오늘 출발 노출 여부", "isTodayDelivery", ["노출" => 1, "비노출" => 0]) ?>
<?= $form->getSelect("홈 노출 여부", "isHomeVisible", ["노출" => 1, "비노출" => 0]) ?>
<?= $form->getInput("짧은글 링크 주소", "shortUrl") ?>
<!-- --><?//= $form->getInput("카테고리1", "category"); ?>
<!-- --><?//= $form->getInput("카테고리2", "category2"); ?>
<?= $form->getTextEdit("상품설명", "desc"); ?>
......
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