Support for showing a threaded comment reply inline using ajax. Falls back to default if javascript is disabled.

This commit is contained in:
Adam Lewis
2008-05-29 08:23:25 -04:00
committed by Chris Morgan
parent 2503d2ba21
commit be6a19f95e
5 changed files with 4316 additions and 6 deletions

9
comment_body.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
require("path.php");
require(BASE."include/incl.php");
require_once(BASE."include/comment.php");
Comment::view_comment_body($aClean['iCommentId']);
?>