function delta_form_alter in Delta 7
Same name and namespace in other branches
- 6 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);
}