You are here

function theme_fivestar_preview_wrapper in Fivestar 8

Same name and namespace in other branches
  1. 5 fivestar.module \theme_fivestar_preview_wrapper()
  2. 6.2 includes/fivestar.admin.inc \theme_fivestar_preview_wrapper()
  3. 6 fivestar.module \theme_fivestar_preview_wrapper()
  4. 7.2 includes/fivestar.theme.inc \theme_fivestar_preview_wrapper()
1 string reference to 'theme_fivestar_preview_wrapper'
fivestar_theme in ./fivestar.module
Implements hook_theme().

File

includes/fivestar.theme.inc, line 108
Provides the theming functions for fivestar.

Code

function theme_fivestar_preview_wrapper($variables) {
  return '<div class="fivestar-preview fivestar-preview-' . $variables['type'] . '">' . $variables['content'] . '</div>';
}