You are here

function delta_form_alter in Delta 6

Same name and namespace in other branches
  1. 7 delta.module \delta_form_alter()

File

./delta.module, line 400
The Delta Theme API is an advanced manipulation of the Theme Settings API to allow for customization/configuration of theme settings based on node types, context, or groups of paths.

Code

function delta_form_alter(&$form, &$form_state) {

  // adding submit handler to rebuild the menu on submitting this form

  //krumo($form);
}