The current element of the slideshow.

Paramètres

array $vars: Theme variables.

Return value

string The html string for the slideshow element.

Sujets associés

1 theme call to theme_views_slideshow_main_section()
template_preprocess_views_slideshow dans theme/views_slideshow.theme.inc
Implements hook_preprocess_views_slideshow().

Fichier

theme/views_slideshow.theme.inc, line 206

Code

function theme_views_slideshow_main_section($vars) {
    return '<div id="' . $vars['plugin'] . '_main_' . $vars['vss_id'] . '" class="' . $vars['plugin'] . '_main views_slideshow_main">' . $vars['slides'] . '</div>';
}