You are here

function theme_vscc_element_white_icons in Views Slideshow Configurable Controls 7

File

theme/vscc.theme.inc, line 30
Views Slideshow Configurable Controls theme callbacks.

Code

function theme_vscc_element_white_icons($vars) {
  $vars['color'] = 'white';
  $image_vars = _vscc_element_icon($vars);
  return theme('image', $image_vars);
}