Skip to content

Instantly share code, notes, and snippets.

Created December 15, 2012 11:18
Show Gist options
  • Save anonymous/4293907 to your computer and use it in GitHub Desktop.
Save anonymous/4293907 to your computer and use it in GitHub Desktop.
function nova_bs_fusion_apply_group_nova_bs_skins_info() {
$groups = array();
$groups['region_specific'] = array(
'title' => t('Region specific'),
'description' => t('Skins dependent on content'),
'weight' => 20,
);
return $groups;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment