board/basic 스킨을 제외한 나머지 스킨은 SNS 사용시 board/basic 에 있는 SNS 스킨을 사용함.
This commit is contained in:
@ -165,6 +165,10 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
// SNS 보내기
|
||||
@include(G4_SKIN_PATH."/board/basic/view.sns.skin.php");
|
||||
?>
|
||||
</section>
|
||||
|
||||
<?php
|
||||
|
||||
@ -112,6 +112,9 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
|
||||
<td><?php echo $captcha_html; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?php
|
||||
@include(G4_SKIN_PATH."/board/basic/view_comment.sns.skin.php");
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">내용</th>
|
||||
<td>
|
||||
|
||||
@ -165,6 +165,10 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
// SNS 보내기
|
||||
@include(G4_SKIN_PATH."/board/basic/view.sns.skin.php");
|
||||
?>
|
||||
</section>
|
||||
|
||||
<?php
|
||||
|
||||
@ -112,6 +112,9 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
|
||||
<td><?php echo $captcha_html; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?php
|
||||
@include(G4_SKIN_PATH."/board/basic/view_comment.sns.skin.php");
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">내용</th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user