Maintain search depth in search.php if in group.

This commit is contained in:
Retro_Guy 2024-10-16 04:27:21 -07:00
parent c379566fad
commit 508b02270f
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ function get_header_search($group, $terms)
function display_search_tools($home = true)
{
global $CONFIG, $config_name;
global $CONFIG, $config_name, $search_group;
echo '<h1 class="np_thread_headline">';
echo '<a href="' . $file_index . '" target=' . $frame['menu'] . '>' . basename(getcwd()) . '</a> / ';
if ($search_group) {