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
350 B

7 years ago
  1. <?php
  2. // CSS 파일과 JS파일 추가 (TRUE 옵션을 준경우 옵션을 주지않은경우보다 상위에 위치한다.)
  3. $this->site->add_css("/assets/css/desktop.min.css");
  4. $this->site->add_js("/assets/js/desktop.min.js");
  5. ?>
  6. <div class="container-fluid">
  7. <section id="contents" class="row">
  8. <?=$contents?>
  9. </section>
  10. </div>