You are here

function cookiepro_header_settings_submit in CookiePro by OneTrust 7

Submit handler().

File

./cookiepro.admin.inc, line 68
Administrative page code for the CookiePro module.

Code

function cookiepro_header_settings_submit($form, &$form_state) {
  $header['scripts'] = $form_state['values']['scripts'];
  variable_set('cookiepro_header_settings', $header);
}