From d5869313b273ec09fe945c38da5f3a9c31a3abaf Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Sat, 8 Jan 2022 01:33:16 +0000 Subject: [PATCH] Remove unnecessary 'Pages' listing in article.php --- Rocksolid_Light/rocksolid/article.php | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/Rocksolid_Light/rocksolid/article.php b/Rocksolid_Light/rocksolid/article.php index b0e77d0..8eac295 100644 --- a/Rocksolid_Light/rocksolid/article.php +++ b/Rocksolid_Light/rocksolid/article.php @@ -67,25 +67,7 @@ if(isset($frames_on) && $frames_on === true) { echo ''; echo ''; echo ''; -// Pages - echo ''; - echo articleflat_pageselect($group,$id,count($subthread),$first); - echo ''; - foreach($pageids as $subid) { - flush(); - $message=message_read($subid,0,$group); - echo ' '; - message_show($group,$subid,0,$message,$articleflat_chars_per_articles); - if ((!$CONFIG['readonly']) && ($message)) { - echo '
'. - ''. - ''. - ''. - ''. - '
'; - } - } + echo ''; if (!$message) // article not found