diff --git a/Rocksolid_Light/rocksolid/article.php b/Rocksolid_Light/rocksolid/article.php index b5101a6..8f9b48a 100644 --- a/Rocksolid_Light/rocksolid/article.php +++ b/Rocksolid_Light/rocksolid/article.php @@ -37,16 +37,16 @@ $thread_show["lastdate"] = false; $thread_show["threadsize"] = false; if (isset($frames_on) && $frames_on === true) { - ?> - +?> + "; - message_show($group, $id, 0, $message); - if ($article_showthread) + } + $is_blocked = message_show($group, $id, 0, $message); + if (((! $CONFIG['readonly']) && ($message)) && $is_blocked != "blocked") { + echo '
'; + } + if ($article_showthread) { message_thread($message->header->id, $group, $thread); + } } include "tail.inc"; -?>