File:  [Local Repository] / db / prgsrc / drupal / modules / chgk_db / templates / chgk_db_tour.tpl.php
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Mar 8 16:19:24 2010 UTC (14 years, 5 months ago) by roma7
Branches: MAIN
CVS tags: HEAD
Print version is added

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

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