From a66c4e59ecaa4e4ed8a9e6cc5bf652d6f66b2b1f Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 21 Apr 2001 17:35:29 +0000 Subject: - Centered the comment controls... much nicer :) --- includes/comment.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/comment.inc b/includes/comment.inc index 0d1003530..580dcdc98 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -187,6 +187,7 @@ function comment_moderation($comment) { function comment_controls($threshold = 1, $mode = 3, $order = 1) { global $REQUEST_URI, $user; + $output .= "
\n"; $output .= "
\n"; $output .= comment_mode(($user->id ? $user->mode : $mode)); $output .= comment_order(($user->id ? $user->sort : $order)); @@ -194,6 +195,7 @@ function comment_controls($threshold = 1, $mode = 3, $order = 1) { $output .= "\n"; $output .= "\n"; $output .= "
\n"; + $output .= "
\n"; return $output; } -- cgit v1.2.3