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.
14 lines
438 B
14 lines
438 B
<div class="container">
|
|
<div class="page-header">
|
|
<h1 class="page-title">사이트 이용약관</h1>
|
|
</div>
|
|
|
|
<article class="panel panel-default">
|
|
<header class="panel-heading">
|
|
<h1 class="panel-title">사이트 이용약관</h1>
|
|
</header>
|
|
<div class="panel-body">
|
|
<?=display_html_content($this->site->config('agreement_site'),700)?>
|
|
</div>
|
|
</article>
|
|
</div>
|