company.php 565 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. include $_SERVER['DOCUMENT_ROOT'].'/common/lib/comm.php';
  3. $MENU_ACTV = '11';
  4. ?>
  5. <?php include("../include/inc_header.php") ?>
  6. <main class="pb123">
  7. <section>
  8. <div class="sub--top--visual cscenter">
  9. <div class="contents--inner">
  10. <h2>이차조아란?</h2>
  11. <p>고객 만족에 최선을 다하는 회사가 되겠습니다.</p>
  12. </div>
  13. </div>
  14. </section>
  15. <?php include_once($_SERVER['DOCUMENT_ROOT']."/include/inc_nav.php");?>
  16. <section>
  17. </section>
  18. </main>
  19. <?php include("../include/inc_footer.php") ?>
  20. <?
  21. mysql_close($connect);
  22. ?>