Annotation of db/prgsrc/drupal/modules/chgk_db/templates/chgk_db_tour_fb2.tpl.php, revision 1.1

1.1     ! roma7       1: <?php if ($tour->hasEditor() &&
        !             2:           ($alone || $tour->getEditor() !=$tour->getParentEditor())
        !             3:         ) {?>
        !             4: <p><?php print $tour->getEditorHtml();?></p>
        !             5: <?php }?>
        !             6: 
        !             7: <?php
        !             8:   if ( $tour->hasInfo() && 
        !             9:           ($alone || $tour->getInfo() !=$tour->getParentInfo()) )  {?>
        !            10:     <p><?php print $tour->getInfo();?></p>
        !            11:   <?php } 
        !            12:   foreach ($tour->questions as $question) {
        !            13:     print $question->getFb2();
        !            14:   }
        !            15: 

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