You are here

function eb_custom_slider_form_submit in Featured Content Slider 7.2

Same name in this branch
  1. 7.2 contrib/eb_custom_slider.module \eb_custom_slider_form_submit()
  2. 7.2 contrib/custom_slider/eb_custom_slider.module \eb_custom_slider_form_submit()

File

contrib/eb_custom_slider.module, line 251
display content in 'featured content' block using jquery.

Code

function eb_custom_slider_form_submit($form_id, $form) {
  global $user;
  $form_values = $form['values'];
  $slider_title = trim($form_values['title']);
  $image_path = $form_values['picture'];
  drupal_set_message(t('Slider Image uploaded successfully.'));
}