Skip to content

Instantly share code, notes, and snippets.

@dmulvi
Created April 29, 2016 00:43
Show Gist options
  • Save dmulvi/55dd6034d4f4dadbf46b569abe9a30af to your computer and use it in GitHub Desktop.
Save dmulvi/55dd6034d4f4dadbf46b569abe9a30af to your computer and use it in GitHub Desktop.
Sugar 6 - Add Module Nav Item
<?php
// add this file to /custom/Extension/modules/Contacts/Ext/Menus/ and QRR
global $module_menu;
$module_menu[] = array('index.php?module=Contacts&action=Integrated_Search', 'Integrated Search', '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment