Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created September 11, 2012 20:23
Show Gist options
  • Save mkorostoff/3701736 to your computer and use it in GitHub Desktop.
Save mkorostoff/3701736 to your computer and use it in GitHub Desktop.
$mini = new stdClass();
$mini->disabled = FALSE;
$mini->api_version = 1;
$mini->name = 'mega_menu_capitals'; /* Change this value */
$mini->category = '';
$mini->admin_title = 'Mega Menu: Capitals'; /* This one too */
$mini->admin_description = '';
$mini->requiredcontexts = array();
$mini->contexts = array();
$mini->relationships = array();
$display = new panels_display();
$display->layout = 'menu_6col';
$display->layout_settings = array();
$display->panel_settings = array(
'style_settings' => array(
'default' => NULL,
'col_1' => NULL,
'col_2' => NULL,
'col_3' => NULL,
'col_4' => NULL,
'col_5' => NULL,
'col_6' => NULL,
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment