You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
413 B

7 years ago
  1. <div class="container">
  2. <div class="page-header">
  3. <h1 class="page-title">문의하기</h1>
  4. </div>
  5. <?php
  6. /**
  7. * 문의하기 스킨 가져오기
  8. *
  9. * contact_form( '스킨이름','작성 완료후 메시지' );
  10. * 해당 함수는 어느 페이지에서든 사용가능.
  11. */
  12. echo contact_form("basic", "문의 작성이 완료되었습니다.");
  13. ?>
  14. </div>