Commit 7b7d3a6a authored by platyhouse's avatar platyhouse

.

parent b39d954a
......@@ -332,6 +332,11 @@ namespace platyFramework;
<?= $form->getSelect("게시판 댓글 프로필 이미지 노출 기능", "is0VisibleBoardCommentProfileImage", array("노출" => 0, "비노출" => -1), "", "비노출 => 모든 게시판에서 댓글 프로필 이미지를 기본값으로 노출합니다."); ?>
</div>
</div>
<div class="row">
<div class='col-md-12'>
<?= $form->getSelect("게시판 댓글 사용 여부", "noUseBoardComment", array("사용" => 0, "사용안함" => -1), "", ""); ?>
</div>
</div>
</div>
......
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