You are here

function commons_origins_process_form in Drupal Commons 7.3

Implements hook_process_form().

Since Commons Origins overrides the default theme_form() function, we will need to perform some processing on attributes to make it work in a template.

File

themes/commons/commons_origins/template.php, line 710
Process theme data.

Code

function commons_origins_process_form(&$variables, $hook) {

  // Crunch down attribute arrays.
  template_process($variables, $hook);
}