Skip to content

Instantly share code, notes, and snippets.

@dmulvi
Last active August 29, 2015 14:21
Show Gist options
  • Save dmulvi/d2af74f2a5df36639499 to your computer and use it in GitHub Desktop.
Save dmulvi/d2af74f2a5df36639499 to your computer and use it in GitHub Desktop.
Add a Menu Item and Custom Layout to Sugar 7 Nav Dropdown
<?php
/* place this file in: custom/Extension/modules/Contacts/Ext/clients/base/menus/header/
* directory and Quick Repair & Rebuild
*/
$viewdefs['Contacts']['base']['menu']['header'][] = array(
'route' => '#Contacts/layout/new-layout-link',
'label' => 'LNK_NEW_LAYOUT_LINK',
'acl_module' => 'Contacts',
'icon' => 'icon-search',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment