diff --git a/talk.php b/talk.php new file mode 100644 index 0000000..b7ae22e --- /dev/null +++ b/talk.php @@ -0,0 +1,100 @@ + need('header.php'); +?> + + authorId) { + if ($comments->authorId == $comments->ownerId) { + $commentClass .= ' comment-by-author'; + } else { + $commentClass .= ' comment-by-user'; + } + } + + $commentLevelClass = $comments->levels > 0 ? ' comment-child' : ' comment-parent'; +?> + +
',$cos);
+ echo $cos;
+ ?>
+