You are here

function theme_fivestar_preview_wrapper in Fivestar 7.2

Same name and namespace in other branches
  1. 8 includes/fivestar.theme.inc \theme_fivestar_preview_wrapper()
  2. 5 fivestar.module \theme_fivestar_preview_wrapper()
  3. 6.2 includes/fivestar.admin.inc \theme_fivestar_preview_wrapper()
  4. 6 fivestar.module \theme_fivestar_preview_wrapper()

File

includes/fivestar.theme.inc, line 97
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>';
}