Continue cleaning up globals in search.

This commit is contained in:
Retro_Guy 2024-10-16 04:49:21 -07:00
parent 508b02270f
commit c1799c4732
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, $search_group;
global $CONFIG, $config_name, $search_group, $file_index, $file_thread;
echo '<h1 class="np_thread_headline">';
echo '<a href="' . $file_index . '" target=' . $frame['menu'] . '>' . basename(getcwd()) . '</a> / ';
if ($search_group) {