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'; +?> + +
  • + +
    +
    +
    + gravatar('40', ''); ?> + author(); ?> +
    +
    + date('Y-m-d H:i'); ?> +
    +
    + ',$comments->content); + $cos = preg_replace('/\:\:(.*?)\:(.*?)\:\:/','',$cos); + echo $cos; + ?> +
    + reply(); ?> +
    +
    + +children) { ?> +
    + threadedComments($options); ?> +
    + +
  • + + + +
    + comments()->to($comments); ?> +
    + + allow('comment')): ?> + user->hasLogin()): ?> +
    + +
    + cancelReply(); ?> +
    +

    +

    + + +

    +
    + + +
    +
    need('owo.php'); ?>
    +
    + + +
    + + have()): ?> + listComments(); ?> + pageNav('<上一页', '下一页>'); ?> + + + + + need('footer.php'); ?>