diff --git a/html/forum/forum.inc b/html/forum/forum.inc index 58150bfac5..d39b6174fb 100644 --- a/html/forum/forum.inc +++ b/html/forum/forum.inc @@ -317,6 +317,9 @@ function show_post($post, $thread, $logged_in_user, $n, $show_controls=true) { echo "

+ "; + if ($show_controls) { + echo " Rate this post: + "; + } + echo "

", nl2br(stripslashes($post->content)), "

";