You are here

function viewscarousel_setup_form_submit in Views carousel 5

Save carousel settings.

File

./viewscarousel.module, line 126
Enable the creation of dynamic loading carousel widgets with views.

Code

function viewscarousel_setup_form_submit($form_id, $form_values) {
  variable_set('carousel_' . $form_values['view_name'], $form_values['carousel_settings']);
}