parsesearch($table, $return_fields, $search_fields, $weights, 'search_links', $no_results, $where, $order); $text .= $ps['text']; $results = $ps['results']; function search_links($row) { $res['link'] = e_PLUGIN."links_page/links.php?".$row['link_id']; $res['pre_title'] = $row['link_category_name']." | "; $res['title'] = $row['link_name']; $res['summary'] = $row['link_description']; $res['detail'] = "".$row['link_url'].""; return $res; } ?>