Support for showing a threaded comment reply inline using ajax. Falls back to default if javascript is disabled.
This commit is contained in:
9
comment_body.php
Normal file
9
comment_body.php
Normal 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']);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user