Skip to content

Instantly share code, notes, and snippets.

@eggsurplus
Created February 20, 2014 16:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eggsurplus/9118362 to your computer and use it in GitHub Desktop.
Save eggsurplus/9118362 to your computer and use it in GitHub Desktop.
SugarCRM 7 layout definition
// /modules/YOURMODULE/clients/base/layouts/setup/setup.php
$viewdefs[‘YOURMODULE’]['base']['layout']['setup'] = array(
'type' => 'simple',
'components' =>
array(
array(
'view' => 'setup',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment