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.

13 lines
438 B

7 years ago
  1. <div class="container">
  2. <div class="page-header">
  3. <h1 class="page-title">사이트 이용약관</h1>
  4. </div>
  5. <article class="panel panel-default">
  6. <header class="panel-heading">
  7. <h1 class="panel-title">사이트 이용약관</h1>
  8. </header>
  9. <div class="panel-body">
  10. <?=display_html_content($this->site->config('agreement_site'),700)?>
  11. </div>
  12. </article>
  13. </div>