You are here

quizfileupload-answering-form.tpl.php in Quiz File Upload 7.5

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

File

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

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