board/basic 스킨을 제외한 나머지 스킨은 SNS 사용시 board/basic 에 있는 SNS 스킨을 사용함.

This commit is contained in:
gnuboard
2013-05-30 16:59:14 +09:00
parent 87d5e137a8
commit 93da16901c
9 changed files with 20 additions and 164 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>