You are here

function ctools_stylizer_border_selector_form_submit in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 includes/stylizer.inc \ctools_stylizer_border_selector_form_submit()

Copy border selector information into the settings

File

includes/stylizer.inc, line 1469
Create customized CSS and images from palettes created by user input.

Code

function ctools_stylizer_border_selector_form_submit(&$form, &$form_state, &$values, &$settings) {
  $settings = $values;
}