english_magic_word_teacher_new.php 298 B

1234567891011
  1. <?php include('magic_word_new/head.php') ?>
  2. <?php include('magic_word_new/card.php') ?>
  3. <?php if($wordReview || $wordExplain || $translate || $wordApply || $discourse) {?>
  4. <?php include('magic_word_new/content.php')?>
  5. <?php
  6. }?>
  7. <?php include('magic_word_new/footer.php')?>
  8. </body>
  9. </html>