You are here

cloze-answering-form.tpl.php in Cloze 7

Same filename and directory in other branches
  1. 6 theme/cloze-answering-form.tpl.php

File

theme/cloze-answering-form.tpl.php
View source
<?php

/**
 * @file
 * Handles the layout of the short_answer answering form.
 *
 *
 * Variables available:
 * - $form
 */
print drupal_render($form);