agree.php 380 B

12345678910111213141516171819202122
  1. <?php
  2. include $_SERVER['DOCUMENT_ROOT'].'/common/lib/comm.php';
  3. $nav_title = "이용약관";
  4. ?>
  5. <!-- s : header -->
  6. <?php include("include/header.php") ?>
  7. <!-- // e : header -->
  8. <main class="normal--wrap">
  9. <?php include("include/clause_txt1.txt"); ?>
  10. </main>
  11. <!-- s : footer -->
  12. <?php include("include/bottom.php") ?>
  13. <!-- // e : footer -->
  14. <?
  15. mysql_close($connect);
  16. ?>