You are here

function theme_vscc_element_text in Views Slideshow Configurable Controls 7

File

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

Code

function theme_vscc_element_text($vars) {
  return t($vars['element']);
}