From c5e72c94a8838c83690f2395cbc86a84c3c299c2 Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Fri, 10 May 2024 04:29:41 -0700 Subject: [PATCH] Try to make more obvious when thread has multiple pages. --- Rocksolid_Light/rocksolid/article-flat.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Rocksolid_Light/rocksolid/article-flat.php b/Rocksolid_Light/rocksolid/article-flat.php index 09e07d8..e1bd7da 100644 --- a/Rocksolid_Light/rocksolid/article-flat.php +++ b/Rocksolid_Light/rocksolid/article-flat.php @@ -188,7 +188,7 @@ if ($message) { echo ''; echo ''; // Pages - echo ''; + echo ''; echo articleflat_pageselect($group, $id, count($subthread), $first); echo ''; foreach ($pageids as $subid) { @@ -200,6 +200,10 @@ if ($message) { echo '
' . '' . '' . '' . '' . '
'; } } + // Display section/group/subject + echo '

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

'; // navigation line echo ''; // Article List button @@ -210,7 +214,7 @@ if ($message) { echo ''; echo ''; // Pages - echo '
'; + echo ''; echo articleflat_pageselect($group, $id, count($subthread), $first); echo '
'; }