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, 1 month ago) by roma7
Branches: MAIN
CVS tags: HEAD
issue http://db.chgk.info/v2/node/10

<?php if ($tour->hasEditor()) {?>
<div class='editor'><?php print $tour->getEditorHtml();?></div>
<?php }?>

<?php if ($tour->hasInfo()) {?>
<div class='info'><?php print $tour->getInfo();?></div>
<?php }?>

<?php
foreach ($tour->getTours() as $t)  :?>
  <?php if(!$tour->isSingleTour()) :?>
    <h2><?php print $t->getTitle(); ?></h2>
  <?php endif;?>
  <?php echo theme('chgk_db_tour', $t, FALSE); ?>
<?php endforeach;



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