You are here

function theme_cloze_response_form in Cloze 7

Same name and namespace in other branches
  1. 6 theme/cloze.theme.inc \theme_cloze_response_form()

Theme the cloze response form

File

theme/cloze.theme.inc, line 17
Theme functions for cloze.

Code

function theme_cloze_response_form(&$variables) {
  $form =& $variables['form'];
  return drupal_render_children($form);
}