Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created May 16, 2011 19:51
Show Gist options
  • Select an option

  • Save jmertic/975189 to your computer and use it in GitHub Desktop.

Select an option

Save jmertic/975189 to your computer and use it in GitHub Desktop.
<?php
$layout_defs['Contacts']['subpanel_setup']['test_flexparent'] = array(
'order' => 130,
'module' => 'test_flexparent',
'get_subpanel_data'=>'test_flexparent',
'sort_order' => 'asc',
'sort_by' => 'name',
'subpanel_name' => 'default',
'title_key' => 'LBL_TEST_FLEXPARENT',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment