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

    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>