Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -118,7 +118,7 @@ include_once($board_skin_path.'/view_comment.skin.php');
|
|||||||
//echo "<script src='G4_PATH/js/filter.js'></script>\n";
|
//echo "<script src='G4_PATH/js/filter.js'></script>\n";
|
||||||
|
|
||||||
if (!$member['mb_id']) // 비회원일 경우에만
|
if (!$member['mb_id']) // 비회원일 경우에만
|
||||||
echo '<script src="'.G4_PATH.'/js/md5.js"></script>'.PHP_EOL;
|
echo '<script src="'.G4_JS_URL.'/md5.js"></script>'.PHP_EOL;
|
||||||
|
|
||||||
@include_once($board_skin_path.'/view_comment.tail.skin.php');
|
@include_once($board_skin_path.'/view_comment.tail.skin.php');
|
||||||
?>
|
?>
|
||||||
@ -26,8 +26,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
|||||||
?>
|
?>
|
||||||
<article id="c_<?=$comment_id?>" <?if ($cmt_depth) {?>style="margin-left:<?=$cmt_depth?>px"<?}?>>
|
<article id="c_<?=$comment_id?>" <?if ($cmt_depth) {?>style="margin-left:<?=$cmt_depth?>px"<?}?>>
|
||||||
<header>
|
<header>
|
||||||
<h1><?=$list[$i]['wr_name']?><span class="sound_only">님의 댓글</span></h1>
|
<h1><?=$list[$i]['name']?><span class="sound_only">님의 댓글</span></h1>
|
||||||
<?=$list[$i]['name']?>
|
|
||||||
<? if ($cmt_depth) {?><img src="<?=$board_skin_url?>/img/icon_reply.gif" class="icon_reply" alt="댓글의 댓글"><? } ?>
|
<? if ($cmt_depth) {?><img src="<?=$board_skin_url?>/img/icon_reply.gif" class="icon_reply" alt="댓글의 댓글"><? } ?>
|
||||||
<? if ($is_ip_view) { ?>
|
<? if ($is_ip_view) { ?>
|
||||||
아이피
|
아이피
|
||||||
@ -211,7 +210,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
<? echo chk_captcha_js(); ?>
|
<? if($is_guest) echo chk_captcha_js(); ?>
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user