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

1.1     ! roma7       1: <?php
        !             2: foreach ($tour->getTours() as $t)  :?>
        !             3:   <?php if(!$tour->isSingleTour()) :?>
        !             4:     <h2><?php print $t->getTitle(); ?></h2>
        !             5:   <?php endif;?>
        !             6:   <?php echo theme('chgk_db_tour', $t); ?>
        !             7: <?php endforeach;
        !             8: 
        !             9: 

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