File:  [Local Repository] / db / prgsrc / drupal / modules / chgk_db / templates / chgk_db_champ_full.tpl.php
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Mar 20 17:23:42 2010 UTC (14 years, 3 months ago) by roma7
Branches: MAIN
CVS tags: HEAD
issue http://db.chgk.info/v2/node/10

    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: 
    9: <?php
   10: foreach ($tour->getTours() as $t)  :?>
   11:   <?php if(!$tour->isSingleTour()) :?>
   12:     <h2><?php print $t->getTitle(); ?></h2>
   13:   <?php endif;?>
   14:   <?php echo theme('chgk_db_tour', $t, FALSE); ?>
   15: <?php endforeach;
   16: 
   17: 

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