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

@ -58,7 +58,6 @@ for ($i=0; $i<count($list); $i++) {
echo $str;
?>
</div>
<? if ($list[$i]['trackback']) { echo "<p>".$list[$i]['trackback']."</p>"; } ?>
<span id='edit_<?=$comment_id?>' style='display:none;'></span><!-- 수정 -->
<span id='reply_<?=$comment_id?>' style='display:none;'></span><!-- 답변 -->
</div>