Annotation of db/prgsrc/drupal/modules/chgk_db/templates/chgk_db_tour_questions.tpl.php, revision 1.1

1.1     ! roma7       1: <?php 
        !             2:   foreach ($tour->questions as $question) {
        !             3:     print theme('chgk_db_question', $question);
        !             4:   }
        !             5: 
        !             6: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>