File:  [Local Repository] / db / prgsrc / drupal / modules / chgk_db / templates / chgk_db_tour_fb2.tpl.php
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Mar 21 18:06:04 2010 UTC (14 years, 1 month ago) by roma7
Branches: MAIN
CVS tags: HEAD
FB2 export

<?php if ($tour->hasEditor() &&
          ($alone || $tour->getEditor() !=$tour->getParentEditor())
        ) {?>
<p><?php print $tour->getEditorHtml();?></p>
<?php }?>

<?php
  if ( $tour->hasInfo() && 
          ($alone || $tour->getInfo() !=$tour->getParentInfo()) )  {?>
    <p><?php print $tour->getInfo();?></p>
  <?php } 
  foreach ($tour->questions as $question) {
    print $question->getFb2();
  }


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