Edit file File name : unified_search_modules_display.php Content :<?php // created: 2018-12-07 04:32:23 $unified_search_modules_display = array ( 'Accounts' => array ( 'visible' => true, ), 'Contacts' => array ( 'visible' => true, ), 'Bugs' => array ( 'visible' => true, ), 'Opportunities' => array ( 'visible' => true, ), 'Project' => array ( 'visible' => true, ), 'Cases' => array ( 'visible' => true, ), 'ProspectLists' => array ( 'visible' => true, ), 'Prospects' => array ( 'visible' => true, ), 'Campaigns' => array ( 'visible' => true, ), 'Calls' => array ( 'visible' => true, ), 'Calls_Reschedule' => array ( 'visible' => true, ), 'Documents' => array ( 'visible' => true, ), 'Leads' => array ( 'visible' => true, ), 'Meetings' => array ( 'visible' => true, ), 'Notes' => array ( 'visible' => true, ), 'Tasks' => array ( 'visible' => true, ), 'ProjectTask' => array ( 'visible' => true, ), 'AOS_PDF_Templates' => array ( 'visible' => true, ), 'AOS_Quotes' => array ( 'visible' => true, ), );Save