function commerce_cp_install in Commerce Cart Pane 7
Implements hook_install().
File
- ./
commerce_cp.install, line 6
Code
function commerce_cp_install() {
$panes = commerce_cp_get_system_panes();
$panes['output'] = $panes['output']['weight'];
$panes['summary'] = $panes['summary']['weight'];
$panes['actions'] = $panes['actions']['weight'];
variable_set('commerce_cp_panes_weight', $panes);
}