function commerce_extra_panes_preprocess_node in Commerce extra panes 7
Implements template_preprocess_node().
File
- ./
commerce_extra_panes.module, line 166 - Module file for Drupal Commerce Extra panes.
Code
function commerce_extra_panes_preprocess_node(&$variables) {
if ($variables['view_mode'] == 'checkout_pane') {
$variables['title'] = '';
}
}