Hi.
I have created a new grid layout for 980px - 12 columns and i followed the instructions for applying thw new skin in Drupal 7.
so i have created a new inc file named baladeur_theme.inc and inside the file i put the following code
function baladeur_theme_fusion_apply_skin_baladeur_theme_info(
$skins['fusion_skins_grid12_width'] = array(
'title' => t('Width (12 column grid for baladeur)'),
'description' => t("Change the width of this block. Fluid grid % widths are relative to the parent region's width. Default widths: sidebar blocks default to the sidebar width; in other regions width is divided equally among all blocks."),
'type' => 'select',
'group' => 'fusion_layout',
'theme hooks' => array('block'),
'default status' => TRUE,
'options' => _fusion_skins_grid_options(12, 980),
);
is there something wrong in the code?
I cant load the new skin.
Thank you.
