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

1.2     ! roma7       1: <?php if ($tour->hasEditor()) {?>
        !             2: <div class='editor'><?php print $tour->getEditorHtml();?></div>
        !             3: <?php }?>
        !             4: 
        !             5: <?php if ($tour->hasInfo()) {?>
        !             6: <div class='info'><?php print $tour->getInfo();?></div>
        !             7: <?php }?>
        !             8: 
1.1       roma7       9: <?php
                     10: foreach ($tour->getTours() as $t)  :?>
                     11:   <?php if(!$tour->isSingleTour()) :?>
                     12:     <h2><?php print $t->getTitle(); ?></h2>
                     13:   <?php endif;?>
1.2     ! roma7      14:   <?php echo theme('chgk_db_tour', $t, FALSE); ?>
1.1       roma7      15: <?php endforeach;
                     16: 
                     17: 

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