-
Notifications
You must be signed in to change notification settings - Fork 1
API Handbook
Aaron McGowan edited this page Oct 27, 2013
·
6 revisions
function my_profile_imagex_installkit_install_block_info() {
return array(
'menu-menu-primary-menu' => array(
'module' => 'menu',
'delta' => 'menu-primary-menu',
'theme' => 'bartik',
'region' => 'header',
'status' => 1,
'visibility' => 0,
'pages' => '',
'title' => '<none>',
'weight' => 0,
),
);
}
function my_profile_imagex_installkit_default_theme() {
return 'bartik';
}