스킨 제작중인데 질문입니다 정보
스킨 제작중인데 질문입니다
본문
아~ 스킨 만들기 정말 어렵네요...쩝~~
제홈에 인터넷가입스킨을 하나 만드는데요..정말 안되네요
문제는 write 스킨에서 작성은 문제가 없는데요
view 스킨에서 작성된 글이 정상적으로 보이지가 않습니다
이름하고 주민번호만 보이고요 나머지는 써지지가 않네요
고수님들 조언 부탁드립니다
아래는 제가 작성한 소스 일부입니다
Write 스킨 일부
===============================================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor.lib.php");
echo "<script src='$g4[editor_path]/cheditor.js'></script>";
echo cheditor1('wr_content', $content);
}
?>
include_once("$g4[path]/lib/cheditor.lib.php");
echo "<script src='$g4[editor_path]/cheditor.js'></script>";
echo cheditor1('wr_content', $content);
}
?>
<script language="javascript">
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script>
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script>
<form name="fwrite" method="post" action="javascript:fwrite_check(document.fwrite);" enctype="multipart/form-data" style="margin:0px;">
<input type=hidden name=null>
<input type=hidden name=w value="<?=$w?>">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=wr_id value="<?=$wr_id?>">
<input type=hidden name=sca value="<?=$sca?>">
<input type=hidden name=sfl value="<?=$sfl?>">
<input type=hidden name=stx value="<?=$stx?>">
<input type=hidden name=spt value="<?=$spt?>">
<input type=hidden name=sst value="<?=$sst?>">
<input type=hidden name=sod value="<?=$sod?>">
<input type=hidden name=page value="<?=$page?>">
<input type=hidden name=null>
<input type=hidden name=w value="<?=$w?>">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=wr_id value="<?=$wr_id?>">
<input type=hidden name=sca value="<?=$sca?>">
<input type=hidden name=sfl value="<?=$sfl?>">
<input type=hidden name=stx value="<?=$stx?>">
<input type=hidden name=spt value="<?=$spt?>">
<input type=hidden name=sst value="<?=$sst?>">
<input type=hidden name=sod value="<?=$sod?>">
<input type=hidden name=page value="<?=$page?>">
<table width="100%" border=" 0" cellspacing="0" cellpadding="0">
<tr>
<td width="650">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="640">
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr><td colspan=2 height=2 bgcolor=#b0adf5></td></tr>
<tr><td style='padding-left:10px' colspan=2 height=38 bgcolor=#f8f8f9>
<input class=ed size=36 name=wr_subject itemname="제목" required value="인터넷 가입 문의 : 031) 223-8257" ></td></tr>
<tr>
<td>
<p><font color="#303030"><strong><font color="#666666">
<br>1. 기본정보</font></strong></font></p></td></tr></table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="2" colspan="4" bgcolor="#CDCDC4" width="660"></td>
</tr>
<tr>
<td height="27" bgcolor="#F3F3EA" style="font-size:9pt" width="20%">
<font color="#7E7E75"><strong>가입자 성명</strong></font></td>
<td bgcolor="#FFFFFF" height="20" width="203">
<input class=ed maxlength=12 size=15 name=wr_name itemname="이름" required value="<?=$name?>">
<div align="center"><font color="#303030"></font></div></td>
<td bgcolor="#F3F3EA" height="20" style="font-size:9pt" width="114"><div align="center">
<font color="#7E7E75"><strong>주민/법인번호</strong></font></div></td>
<td bgcolor="#FFFFFF" height="20" width="212">
<input class=ed maxlength=16 size=24 name=wr_10 itemname="주민등록번호" required value="<?=$wr_10?>">
</td></tr>
<tr>
<td colspan="4" bgcolor="#DADADA" height="1" width="660"></td>
</tr>
<tr>
<td height="27" bgcolor="#F3F3EA" style="font-size:9pt" width="20%">
<font color="#7E7E75"><strong>연락처</strong></font></td>
<td bgcolor="#FFFFFF" width="31%">
<input class=ed maxlength=3 size=3 name=wr_11 itemname="지역번호" value=<?=$wr_11?>> - <input class=ed maxlength=4 size=4 name=wr_12 itemname="전화국번" value=<?=$wr_12?>> - <input class=ed maxlength=4 size=5 name=wr_13 itemname="전화번호" value=<?=$wr_13?>></td>
<td bgcolor="#F3F3EA" style="font-size:9pt" width="17%">
<div align="center"><font color="#7E7E75"><strong>휴대전화 번호</strong></font></div></td>
<td bgcolor="#FFFFFF" width="32%">
<input class=ed maxlength=3 size=3 name=wr_14 itemname="핸드폰앞자리" required value=<?=$wr_14?>> - <input class=ed maxlength=4 size=4 name=wr_15 itemname="핸드폰중간자리" required value=<?=$wr_15?>> - <input class=ed maxlength=4 size=5 name=wr_16 itemname="핸드폰뒷자리" required value=<?=$wr_16?>>
</td></tr>
<tr>
<td colspan="4" bgcolor="#DADADA" height="1" width="660"></td>
</tr>
<tr>
<td height="27" bgcolor="#F3F3EA" style="font-size:9pt" width="20%">
<font color="#7E7E75"><strong>E-MAIL</strong></font></td>
<td colspan="3" bgcolor="#FFFFFF" width="529">
<input class=ed maxlength=100 size=50 name=wr_email itemname="이메일" value="<?=$email?>">
</td>
</tr>
<tr>
<td colspan="4" bgcolor="#DADADA" height="1" width="660"></td>
</tr>
<? if ($is_html || $is_secret || $is_mail) { ?>
<tr>
<td height="27" bgcolor="#F3F3EA" style="font-size:9pt" width="20%">
<font color="#7E7E75"><strong>옵 션</strong></font></td>
<td colspan="3" bgcolor="#FFFFFF" width="529">
<? if ($is_html) { ?><input onclick="html_auto_br(this);" type=checkbox value="<?=$html_value?>" name="html" <?=$html_checked?>><span class=w_title>html</span> <? } ?>
<? if ($is_secret) { ?><input type=checkbox value="secret" name="secret" <?=$secret_checked?>><span class=w_title>비밀글</span> <? } ?>
<? if ($is_mail) { ?><input type=checkbox value="mail" name="mail" <?=$recv_email_checked?>>답변메일받기 <? } ?>
</td>
</tr>
<? } ?>
<tr>
<td colspan="4" bgcolor="#DADADA" height="1" width="660"></td>
</tr>
<tr>
<td bgcolor="#F3F3EA" style="font-size:9pt" width="20%">
<font color="#7E7E75"><strong>설치장소</strong></font></td>
<td colspan="3" bgcolor="#FFFFFF" width="529" style='padding:0 0 0 10'>
<table width="330" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25"><input type=text class=ed name='mb_zip1' size=4 maxlength=3 readonly itemname='우편번호 앞자리' value="<?=$mb_zip1?>"> - <input type=text class=ed name='mb_zip2' size=4 maxlength=3 readonly itemname='우편번호 뒷자리' value="<?=$mb_zip2?>"> <a href="javascript:;" onclick="win_zip('fwrite', 'mb_zip1', 'mb_zip2', 'mb_addr1', 'mb_addr2');"><img src='<?=$board_skin_path?>/img/post_search_btn.gif' border=0 align=absmiddle></a></td>
</tr>
<tr>
<td height="25" colspan="2"><input type=text class=ed name='mb_addr1' size=60 required value="<?=$mb_addr1?>"></td>
</tr>
<tr>
<td height="25" colspan="2"><input type=text class=ed name='mb_addr2' size=30 itemname='상세주소' required value="<?=$mb_addr2?>"> <span class="style3">(나머지주소입력) </span></td>
</tr>
</table>
=========================================================================
View 스킨 일부
========================================================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<!-- 게시글 보기 시작 -->
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0"><tr><td>
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0"><tr><td>
<!-- 링크 버튼 -->
<?
ob_start();
?>
<table width='100%' cellpadding=0 cellspacing=0>
<tr height=35>
<td width=75%>
<? if ($search_href) { echo "<a href=\"$search_href\"><img src='$board_skin_path/img/btn_search_list.gif' border='0' align='absmiddle'></a> "; } ?>
<? echo "<a href=\"$list_href\"><img src='$board_skin_path/img/btn_list.gif' border='0' align='absmiddle'></a> "; ?>
<?
ob_start();
?>
<table width='100%' cellpadding=0 cellspacing=0>
<tr height=35>
<td width=75%>
<? if ($search_href) { echo "<a href=\"$search_href\"><img src='$board_skin_path/img/btn_search_list.gif' border='0' align='absmiddle'></a> "; } ?>
<? echo "<a href=\"$list_href\"><img src='$board_skin_path/img/btn_list.gif' border='0' align='absmiddle'></a> "; ?>
<? if ($write_href) { echo "<a href=\"$write_href\"><img src='$board_skin_path/img/btn_write.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($reply_href) { echo "<a href=\"$reply_href\"><img src='$board_skin_path/img/btn_reply.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($reply_href) { echo "<a href=\"$reply_href\"><img src='$board_skin_path/img/btn_reply.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($update_href) { echo "<a href=\"$update_href\"><img src='$board_skin_path/img/btn_update.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($delete_href) { echo "<a href=\"$delete_href\"><img src='$board_skin_path/img/btn_delete.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($delete_href) { echo "<a href=\"$delete_href\"><img src='$board_skin_path/img/btn_delete.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($good_href) { echo "<a href=\"$good_href\" target='hiddenframe'><img src='$board_skin_path/img/btn_good.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($nogood_href) { echo "<a href=\"$nogood_href\" target='hiddenframe'><img src='$board_skin_path/img/btn_nogood.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($nogood_href) { echo "<a href=\"$nogood_href\" target='hiddenframe'><img src='$board_skin_path/img/btn_nogood.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($scrap_href) { echo "<a href=\"javascript:;\" onclick=\"win_scrap('$scrap_href');\"><img src='$board_skin_path/img/btn_scrap.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($copy_href) { echo "<a href=\"$copy_href\"><img src='$board_skin_path/img/btn_copy.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($move_href) { echo "<a href=\"$move_href\"><img src='$board_skin_path/img/btn_move.gif' border='0' align='absmiddle'></a> "; } ?>
</td>
<td width=25% align=right>
<? if ($prev_href) { echo "<a href=\"$prev_href\" title=\"$prev_wr_subject\"><img src='$board_skin_path/img/btn_prev.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($next_href) { echo "<a href=\"$next_href\" title=\"$next_wr_subject\"><img src='$board_skin_path/img/btn_next.gif' border='0' align='absmiddle'></a> "; } ?>
</td>
</tr>
</table>
<?
$link_buttons = ob_get_contents();
ob_end_flush();
?>
<style type="text/css">
<!--
.style3 {color: #333333}
-->
</style>
<!-- 제목, 글쓴이, 날짜, 조회, 추천, 비추천 -->
<table width="100%" border=" 0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="640"><table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td height="2" colspan="4" bgcolor="#CDCDC4"></td>
</tr>
<tr>
<td width="20%" height="50" bgcolor="#F3F3EA" style="font-size:9pt"> <font color="#7E7E75"><strong>제목</strong></font></td>
<td width="31%"><p><strong><span id="writeSubject"><? if ($is_category) { echo ($category_name ? "[$view[ca_name]] " : ""); } ?><?=cut_hangul_last(get_text($view[wr_subject]))?></span></strong></p></td>
<td width="17%"bgcolor="#F3F3EA" style="font-size:9pt"> <font color="#7E7E75"><strong>작성일</strong></font></td>
<td width="32%"><?=substr($view[wr_datetime],2,14)?></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="2" colspan="4" bgcolor="#CDCDC4" width="660"></td>
</tr>
<tr>
<td width="20%" height="27" bgcolor="#F3F3EA" style="font-size:9pt"> <font color="#7E7E75"><strong>가입자 성명</strong></font></td>
<td bgcolor="#FFFFFF" height="20" width="203"><?=$view[name]?><? if ($is_ip_view) { echo " ($ip)"; } ?></td>
<td bgcolor="#F3F3EA" height="20" style="font-size:9pt" width="114"><div align="center"><font color="#7E7E75"><strong>주민/법인번호</strong></font></div></td>
<td bgcolor="#FFFFFF" height="20" width="212"><?=$view[wr_10]?>
</td>
</tr>
<tr>
<td colspan="4" bgcolor="#DADADA" height="1" width="660"></td>
</tr>
<tr>
<td height="27" bgcolor="#F3F3EA" style="font-size:9pt" width="20%"> <font color="#7E7E75"><strong>연락처</strong></font></td>
<td bgcolor="#FFFFFF" width="31%"><?=$view[wr_11]?>-<?=$view[wr_12]?>-<?=$view[wr_13]?></td>
<td bgcolor="#F3F3EA" style="font-size:9pt" width="17%">
<div align="center"><font color="#7E7E75"><strong>휴대전화 번호</strong></font></div></td>
<td bgcolor="#FFFFFF" width="32%"><?=$view[wr_14]?>-<?=$view[wr_15]?>-<?=$view[wr_16]?></td></tr>
<tr>
<td colspan="4" bgcolor="#DADADA" height="1" width="660"></td>
</tr>
<tr>
<td height="27" bgcolor="#F3F3EA" style="font-size:9pt" width="20%"> <font color="#7E7E75"><strong>E-mail</strong></font></td>
<td colspan="3" bgcolor="#FFFFFF" width="529"><?=$view[wr_email]?></td></tr>
<tr>
<td colspan="4" bgcolor="#DADADA" height="1" width="660"></td>
</tr>
<tr>
<td bgcolor="#F3F3EA" style="font-size:9pt" width="20%" height="27"> <font color="#7E7E75"><strong>설치장소</strong></font></td>
<td colspan="3" bgcolor="#FFFFFF" width="529" height="27"> <?=$view[wr_mb_zip1]?>-<?=$view[wr_mb_zip2]?> <?=$view[wr_mb_addr1]?> <?=$view[wr_mb_addr2]?></td>
</tr>
<? if ($move_href) { echo "<a href=\"$move_href\"><img src='$board_skin_path/img/btn_move.gif' border='0' align='absmiddle'></a> "; } ?>
</td>
<td width=25% align=right>
<? if ($prev_href) { echo "<a href=\"$prev_href\" title=\"$prev_wr_subject\"><img src='$board_skin_path/img/btn_prev.gif' border='0' align='absmiddle'></a> "; } ?>
<? if ($next_href) { echo "<a href=\"$next_href\" title=\"$next_wr_subject\"><img src='$board_skin_path/img/btn_next.gif' border='0' align='absmiddle'></a> "; } ?>
</td>
</tr>
</table>
<?
$link_buttons = ob_get_contents();
ob_end_flush();
?>
<style type="text/css">
<!--
.style3 {color: #333333}
-->
</style>
<!-- 제목, 글쓴이, 날짜, 조회, 추천, 비추천 -->
<table width="100%" border=" 0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="640"><table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td height="2" colspan="4" bgcolor="#CDCDC4"></td>
</tr>
<tr>
<td width="20%" height="50" bgcolor="#F3F3EA" style="font-size:9pt"> <font color="#7E7E75"><strong>제목</strong></font></td>
<td width="31%"><p><strong><span id="writeSubject"><? if ($is_category) { echo ($category_name ? "[$view[ca_name]] " : ""); } ?><?=cut_hangul_last(get_text($view[wr_subject]))?></span></strong></p></td>
<td width="17%"bgcolor="#F3F3EA" style="font-size:9pt"> <font color="#7E7E75"><strong>작성일</strong></font></td>
<td width="32%"><?=substr($view[wr_datetime],2,14)?></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="2" colspan="4" bgcolor="#CDCDC4" width="660"></td>
</tr>
<tr>
<td width="20%" height="27" bgcolor="#F3F3EA" style="font-size:9pt"> <font color="#7E7E75"><strong>가입자 성명</strong></font></td>
<td bgcolor="#FFFFFF" height="20" width="203"><?=$view[name]?><? if ($is_ip_view) { echo " ($ip)"; } ?></td>
<td bgcolor="#F3F3EA" height="20" style="font-size:9pt" width="114"><div align="center"><font color="#7E7E75"><strong>주민/법인번호</strong></font></div></td>
<td bgcolor="#FFFFFF" height="20" width="212"><?=$view[wr_10]?>
</td>
</tr>
<tr>
<td colspan="4" bgcolor="#DADADA" height="1" width="660"></td>
</tr>
<tr>
<td height="27" bgcolor="#F3F3EA" style="font-size:9pt" width="20%"> <font color="#7E7E75"><strong>연락처</strong></font></td>
<td bgcolor="#FFFFFF" width="31%"><?=$view[wr_11]?>-<?=$view[wr_12]?>-<?=$view[wr_13]?></td>
<td bgcolor="#F3F3EA" style="font-size:9pt" width="17%">
<div align="center"><font color="#7E7E75"><strong>휴대전화 번호</strong></font></div></td>
<td bgcolor="#FFFFFF" width="32%"><?=$view[wr_14]?>-<?=$view[wr_15]?>-<?=$view[wr_16]?></td></tr>
<tr>
<td colspan="4" bgcolor="#DADADA" height="1" width="660"></td>
</tr>
<tr>
<td height="27" bgcolor="#F3F3EA" style="font-size:9pt" width="20%"> <font color="#7E7E75"><strong>E-mail</strong></font></td>
<td colspan="3" bgcolor="#FFFFFF" width="529"><?=$view[wr_email]?></td></tr>
<tr>
<td colspan="4" bgcolor="#DADADA" height="1" width="660"></td>
</tr>
<tr>
<td bgcolor="#F3F3EA" style="font-size:9pt" width="20%" height="27"> <font color="#7E7E75"><strong>설치장소</strong></font></td>
<td colspan="3" bgcolor="#FFFFFF" width="529" height="27"> <?=$view[wr_mb_zip1]?>-<?=$view[wr_mb_zip2]?> <?=$view[wr_mb_addr1]?> <?=$view[wr_mb_addr2]?></td>
</tr>
아래 생략
Write update 스킨 일부
==========================================================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 자신만의 코드를 넣어주세요.
{
alert("인터넷 상품신청이 완료되었습니다.\\n\\n빠른시간내에 연락드리겠습니다.", $g4[path]);
}
?>
alert("인터넷 상품신청이 완료되었습니다.\\n\\n빠른시간내에 연락드리겠습니다.", $g4[path]);
}
?>
댓글 전체
저도 님과 같은 스킨을 만들려고 생각중인데 만드신후 공개 해주시나요? 헤헤~ 그럼 제가 수고가 덜하는데 ^^;
전체적인건 안보았지만 아래와같은게 있네요
<?=$view[wr_11]?>-<?=$view[wr_12]?>-<?=$view[wr_13?>
필드를 추가 한건가요?
굳이 필드 추가 없이도 가능할텐데요..필드 쪼개기라든지를 통해서요,.
전체적인건 안보았지만 아래와같은게 있네요
<?=$view[wr_11]?>-<?=$view[wr_12]?>-<?=$view[wr_13?>
필드를 추가 한건가요?
굳이 필드 추가 없이도 가능할텐데요..필드 쪼개기라든지를 통해서요,.
> itemname="지역번호" value=<?=$wr_11?>>
이하 확장필드에 관한 구문은 동일합니다.
-. 점검할 사항 1
현재 g4는 게시물 여분 필드가 기본적으로 10개(wr_1 ~ wr_10)가 존재합니다.
wr_11~ 이상의 필드 확장을 하셨습니까?
-. 점검할 사항 2
<폼으로 봐서 비회원이 작성하는 내용이 아닌가요?!>
비회원이라면 기입하는 모든 정보는 게시물 자체에 저장되어야 합니다.
$mb(변수, 배열 등...)...
이러한 것은 $mb = get_member($member[mb_id])등의 내용을 끌어오는 변수입니다.
그런데 현재의 소스코드는 비회원임에도 불구하고 회원이 작성하는 듯한 구문을 담고 있습니다.
당연히 DB에 저장될 소지가 아니겠지요.
이것을 $write[필드명]과 같은 형태로 저장하고,
상황에 따라서는 $write[필드명] 또는 $view[필드명]으로 사용자가 선택해서,
DB에 저장된 값을 호출해야 합니다.
이하 확장필드에 관한 구문은 동일합니다.
-. 점검할 사항 1
현재 g4는 게시물 여분 필드가 기본적으로 10개(wr_1 ~ wr_10)가 존재합니다.
wr_11~ 이상의 필드 확장을 하셨습니까?
-. 점검할 사항 2
<폼으로 봐서 비회원이 작성하는 내용이 아닌가요?!>
비회원이라면 기입하는 모든 정보는 게시물 자체에 저장되어야 합니다.
$mb(변수, 배열 등...)...
이러한 것은 $mb = get_member($member[mb_id])등의 내용을 끌어오는 변수입니다.
그런데 현재의 소스코드는 비회원임에도 불구하고 회원이 작성하는 듯한 구문을 담고 있습니다.
당연히 DB에 저장될 소지가 아니겠지요.
이것을 $write[필드명]과 같은 형태로 저장하고,
상황에 따라서는 $write[필드명] 또는 $view[필드명]으로 사용자가 선택해서,
DB에 저장된 값을 호출해야 합니다.
참조할 만한 비슷한 류의 스킨이 스킨자료실에 등록되어 있습니다.
sir.co.kr/bbs/tb.php/g4_skin/32449
sir.co.kr/bbs/tb.php/g4_skin/32449
나스카님 감사합니다..
오늘 또 그누보드에 대해 하나 더 알게 되었습니다
전 여분필드가 뭔지 왜 쪼갠다고 하는지 아직 몰랐거든요..ㅎ
그럼..
오늘 하루도 힘찬하루 ~~
오늘 또 그누보드에 대해 하나 더 알게 되었습니다
전 여분필드가 뭔지 왜 쪼갠다고 하는지 아직 몰랐거든요..ㅎ
그럼..
오늘 하루도 힘찬하루 ~~