Diff for /db/prgsrc/drupal/modules/chgk_db/templates/chgk_db_tour.tpl.php between versions 1.1 and 1.2

version 1.1, 2010/03/08 16:19:24 version 1.2, 2010/03/20 17:23:42
Line 1 Line 1
   <?php if ($tour->hasEditor() &&
             ($alone || $tour->getEditor() !=$tour->getParentEditor())
           ) {?>
   <div class='editor'><?php print $tour->getEditorHtml();?></div>
   <?php }?>
   
 <?php  <?php
     if ( $tour->hasInfo() && 
             ($alone || $tour->getInfo() !=$tour->getParentInfo()) )  {?>
       <div class='info'><?php print $tour->getInfo();?></div>
     <?php } 
   foreach ($tour->questions as $question) {    foreach ($tour->questions as $question) {
     print theme('chgk_db_question', $question);      print $question->getHtml();
   }    }
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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