--- db/prgsrc/drupal/modules/chgk_db/chgk_db.module 2010/03/08 16:19:22 1.2 +++ db/prgsrc/drupal/modules/chgk_db/chgk_db.module 2010/03/20 17:23:42 1.3 @@ -39,7 +39,8 @@ function chgk_db_theme() { ); $items['chgk_db_tour'] = array( 'arguments' => array( - 'tour'=>NULL + 'tour'=>NULL, + 'alone' => TRUE ), 'template'=>'templates/chgk_db_tour' ); @@ -51,6 +52,13 @@ function chgk_db_theme() { 'template'=>'templates/chgk_db_question' ); + $items['chgk_db_jeopardy_question'] = array( + 'arguments' => array( + 'question'=>NULL + ), + 'template'=>'templates/chgk_db_jeopardy_question' + ); + $items['chgk_db_champ_full'] = array( 'arguments' => array( 'tour' => NULL