You are here

function qcollection_theme in Quiz 6.6

Implementation of hook_theme().

File

includes/qcollection/qcollection.module, line 124
The main file for qcollection.

Code

function qcollection_theme() {
  return array(
    'qcollection_question_table' => array(
      'arguments' => array(
        'questions' => NULL,
        'quiz_id' => NULL,
      ),
      'file' => 'qcollection.pages.inc',
    ),
  );
}