root/ip/trunk/search.php

164170
1856
		$s_hidden_fields = '';
1856
		$s_hidden_fields = '';
1857
		$s_hidden_fields .= '<input type="hidden" name="search_id" value="' . $search_id . '" />';
1857
		$s_hidden_fields .= '<input type="hidden" name="search_id" value="' . $search_id . '" />';
1858
		$s_hidden_fields .= '<input type="hidden" name="search_mode" value="' . $search_mode . '" />';
1858
		$s_hidden_fields .= '<input type="hidden" name="search_mode" value="' . $search_mode . '" />';
1859
		$l_forum = (($show_results == 'topics') ? ('<a href="' . append_sid(CMS_PAGE_SEARCH . '?search_id=' . $search_id . $search_url_add .
'&amp;psort=cat') . '">' . $lang['Forum'] . '</a>') : $lang['Forum']);
1859
		//$l_forum = (($show_results == 'topics') ? ('<a href="' . append_sid(CMS_PAGE_SEARCH . '?search_id=' . $search_id . $search_url_add . '&amp;psort=cat') . '">' . $lang['Forum'] . '</a>') : $lang['Forum']);
1860
		$l_forum = $lang['Forum'];
1860
1861
1861
		$template->assign_vars(array(
1862
		$template->assign_vars(array(
1862
			'PAGINATION' => generate_pagination($base_url, $total_match_count, $per_page, $start),
1863
			'PAGINATION' => generate_pagination($base_url, $total_match_count, $per_page, $start),