From 08f4e0811075cc0946c7619f20479b637ad2a6de Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Sat, 8 Jan 2022 01:23:04 +0000 Subject: [PATCH] Bring page style in article.php up to date to match article-flat.php --- Rocksolid_Light/rocksolid/article.php | 60 +++++++++++++-------------- 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/Rocksolid_Light/rocksolid/article.php b/Rocksolid_Light/rocksolid/article.php index 22a4b69..b0e77d0 100644 --- a/Rocksolid_Light/rocksolid/article.php +++ b/Rocksolid_Light/rocksolid/article.php @@ -56,38 +56,37 @@ if(isset($frames_on) && $frames_on === true) { die("access denied"); } - -?> - - - -

- - -'.$text_thread["button_grouplist"].''; - } - echo ''; - if ((!$CONFIG['readonly']) && ($message) && - (!function_exists("npreg_group_has_write_access") || - npreg_group_has_write_access($group))) - echo ''; - - if(function_exists(npreg_user_is_moderator) && npreg_user_is_moderator($group)) { - echo ''; + echo '

'; + echo ''.basename(getcwd()).' / '; + echo ''.htmlspecialchars(group_display_name($group)).' / '.$subject.'

'; + echo '
'.$text_article["back_to_group"].' '.$text_article["button_answer"]. - ''.$text_article["button_cancel"].'
'; +// Article List button + echo ''; +// Pages + echo '
'; + echo '
'; + echo ''; + echo ''; + echo '
'; + 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 '
'. + ''. + ''. + ''. + ''. + '
'; } + } -?> -  - -header->id,$group,$thread); - } include "tail.inc"; ?>