You are here

function vscc_vscc_skin_info in Views Slideshow Configurable Controls 7

Implements hook_vscc_skin_info().

File

./vscc.module, line 134
Views Slideshow Configurable Controls hook implementations.

Code

function vscc_vscc_skin_info() {
  return array(
    'text' => array(
      'name' => t('Text'),
    ),
    'white_icons' => array(
      'name' => t('White icons'),
    ),
    'black_icons' => array(
      'name' => t('Black icons'),
    ),
  );
}