<?xml version="1.0"?>
<menu>
  <item>
    <path>civicrm/contact/search/custom</path>
    <title>Find Contacts</title>
    <page_callback>CRM_Legacycustomsearches_Controller_Search</page_callback>
    <page_arguments>mode=16384</page_arguments>
    <access_arguments>access CiviCRM</access_arguments>
    <weight>10</weight>
    <page_type>1</page_type>
  </item>
  <item>
    <path>civicrm/contact/search/custom/list</path>
    <title>Custom Searches</title>
    <page_callback>CRM_Contact_Page_CustomSearch</page_callback>
    <page_type>1</page_type>
    <weight>16</weight>
  </item>
  <item>
    <path>civicrm/admin/options/custom_search</path>
    <title>Manage Custom Searches</title>
    <desc>Developers and accidental techies with a bit of PHP and SQL knowledge can create new search forms to handle specific search and reporting needs which aren't covered by the built-in Advanced Search and Search Builder features.</desc>
    <page_callback>CRM_Admin_Page_Options</page_callback>
    <adminGroup>Customize Data and Screens</adminGroup>
    <weight>110</weight>
 </item>
</menu>
