Skip to content
Snippets Groups Projects
Commit bb610d6c authored by young hahn's avatar young hahn
Browse files

Merging system settings form theme assignment to match DRUPAL-6 branch

parent 4d73072b
No related branches found
No related tags found
No related merge requests found
......@@ -497,8 +497,9 @@ function context_prefix_settings_form() {
'#required' => FALSE,
'#default_value' => variable_get('context_prefix_base_domain', $base_url),
);
$form = system_settings_form($form);
$form['#theme'] = 'context_prefix_settings_form';
return system_settings_form($form);
return $form;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment