1:1문의 모바일 스킨 설정 오류 수정

This commit is contained in:
chicpro
2013-12-09 15:22:08 +09:00
parent abf9c3b769
commit a5149bf17d

View File

@ -123,9 +123,9 @@ if(empty($qaconfig)) {
</td>
</tr>
<tr>
<th scope="row"><label for="qa_skin">모바일 스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
<th scope="row"><label for="qa_mobile_skin">모바일 스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
<td>
<?php echo get_mobile_skin_select('qa', 'qa_skin', 'qa_skin', $qaconfig['qa_skin'], 'required'); ?>
<?php echo get_mobile_skin_select('qa', 'qa_mobile_skin', 'qa_mobile_skin', $qaconfig['qa_mobile_skin'], 'required'); ?>
</td>
</tr>
<tr>