You are here

function panels_common_settings_validate in Panels 6.3

Same name and namespace in other branches
  1. 7.3 includes/common.inc \panels_common_settings_validate()

Submit hook for panels_common_settings

File

includes/common.inc, line 322
Functions used by more than one panels client module.

Code

function panels_common_settings_validate($form, &$form_state) {
  panels_common_allowed_layouts_form_validate($form, $form_state);
}