Created
September 11, 2012 20:23
-
-
Save mkorostoff/3701736 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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