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
15 lines
413 B
<div class="container">
|
|
<div class="page-header">
|
|
<h1 class="page-title">문의하기</h1>
|
|
</div>
|
|
|
|
<?php
|
|
/**
|
|
* 문의하기 스킨 폼 가져오기
|
|
*
|
|
* contact_form( '스킨이름','작성 완료후 메시지' );
|
|
* 해당 함수는 어느 페이지에서든 사용가능.
|
|
*/
|
|
echo contact_form("basic", "문의 작성이 완료되었습니다.");
|
|
?>
|
|
</div>
|