You are here

function theme_fivestar_preview_wrapper in Fivestar 6.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 fivestar.module \theme_fivestar_preview_wrapper()
  4. 7.2 includes/fivestar.theme.inc \theme_fivestar_preview_wrapper()
2 theme calls to theme_fivestar_preview_wrapper()
fivestar_comment_form_alter in ./fivestar_comment.module
Form alter specification for comments.
fivestar_node_type_tag_form in includes/fivestar.admin.inc
Adds fivestar enaable and position to the node-type configuration form.

File

includes/fivestar.admin.inc, line 494
Configuration pages for Fivestar module.

Code

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