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

<?php 
  foreach ($tour->questions as $question) {
    print theme('chgk_db_question', $question);
  }



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