trackback 트랙백 기능 제거

This commit is contained in:
gnuboard
2012-12-28 16:07:17 +09:00
parent 2eefdd186d
commit 6040266aed
17 changed files with 1 additions and 405 deletions

View File

@ -45,9 +45,6 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
<!-- 댓글 출력 -->
<p><?=$str?></p>
<? if ($list[$i]['trackback']) { ?>
<p><?=$list[$i]['trackback']?></p>
<? } ?>
<span id="edit_<?=$comment_id?>"></span><!-- 수정 -->
<span id="reply_<?=$comment_id?>"></span><!-- 답변 -->