You are here

function template_preprocess_node_registration_cancel_block in Node registration 7

Default preprocess for theme node_registration_cancel_block.

File

./node_registration.module, line 1138

Code

function template_preprocess_node_registration_cancel_block(&$variables) {
  $variables['content']['form'] = $variables['form'];
}