Add non-scrolling header links for search.php.

This commit is contained in:
Retro_Guy 2024-12-08 02:55:12 -07:00
parent 3d5ec4befd
commit 9b1696c22c
1 changed files with 3 additions and 3 deletions

View File

@ -123,12 +123,12 @@ foreach ($menulist as $menu) {
}
echo '</td></tr></table>';
if (preg_match("/thread.php|article.php|article-flat.php|overboard.php/", $_SERVER['REQUEST_URI'])) {
if (isset($_REQUEST["group"]) || isset($_GET['thisgroup'])) {
if (preg_match("/thread.php|article.php|article-flat.php|overboard.php|search.php/", $_SERVER['REQUEST_URI'])) {
if (isset($_REQUEST["group"]) || isset($_REQUEST['thisgroup'])) {
if (isset($_REQUEST["group"])) {
$display_group = $_REQUEST['group'];
} else {
$display_group = $_GET['thisgroup'];
$display_group = $_REQUEST['thisgroup'];
}
echo '<table class="header_display_group">';
echo '<tr><td>';