function theme_fivestar_preview_wrapper in Fivestar 7.2
Same name and namespace in other branches
- 8 includes/fivestar.theme.inc \theme_fivestar_preview_wrapper()
- 5 fivestar.module \theme_fivestar_preview_wrapper()
- 6.2 includes/fivestar.admin.inc \theme_fivestar_preview_wrapper()
- 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>';
}